-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·59 lines (59 loc) · 1.34 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
56
57
58
59
{
"scripts": {
"lint": "eslint --ext .js lib",
"test": "npm run lint",
"precommit": "npm run lint",
"prepublish": "npm run lint"
},
"bin": {
"ddv-restful": "./bin/ddv-restful",
"ddv-restful-server": "./bin/ddv-restful"
},
"author": {
"name": "yuchonghua"
},
"keywords": [
"ddv-restful-server"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "yuchonghua",
"email": "[email protected]"
}
],
"name": "ddv-restful-server",
"bugs": {
"url": "https://github.com/ddvjs/ddv-restful-server/issues"
},
"homepage": "https://github.com/ddvjs/ddv-restful-server#readme",
"description": "ddv-restful-server",
"directories": {},
"dependencies": {
"chalk": "~1.1.3",
"crypto": "~0.0.3",
"lodash": "~4.17.4",
"ddv-rowraw": "~0.0.6",
"ddv-worker-express-ws": "~0.0.1",
"mkdirp": "~0.5.1",
"querystring": "~0.2.0"
},
"devDependencies": {
"babel-eslint": "^7.0.1",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
},
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ddvjs/ddv-restful-server.git"
},
"jshintConfig": {
"esversion": 6
},
"version": "0.0.4"
}