-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·55 lines (55 loc) · 1.24 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"scripts": {
"lint": "eslint --ext .js lib",
"test": "npm run lint",
"precommit": "npm run lint",
"prepublish": "npm run lint"
},
"author": {
"name": "yuchonghua"
},
"keywords": [
"ddv-worker"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "yuchonghua",
"email": "[email protected]"
}
],
"name": "ddv-worker",
"bugs": {
"url": "https://github.com/ddvjs/ddv-worker/issues"
},
"homepage": "https://github.com/ddvjs/ddv-worker#readme",
"description": "ddv-worker",
"directories": {},
"dependencies": {
"debug": "~2.6.0",
"ddv-auth": "0.0.9"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-plugin-component": "^0.10.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "~5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ddvjs/ddv-worker.git"
},
"jshintConfig": {
"esversion": 6
},
"version": "0.0.30"
}