forked from Assortment/darkmodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 917 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@yzfe/darkmodejs",
"version": "1.2.1",
"description": "Utility package for managing Dark Mode on the web",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "jest"
},
"repository": {
"type": "git",
"url": "[email protected]:MMF-FE/darkmodejs.git"
},
"keywords": [
"javascript",
"node",
"dark",
"mode",
"theme"
],
"author": "Luke Whitehouse",
"license": "MIT",
"bugs": {
"url": "[email protected]:MMF-FE/darkmodejs.git/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "[email protected]:MMF-FE/darkmodejs.git#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0"
}
}