-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 838 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
{
"name": "nq_plpwalkthrough_helloworld",
"version": "0.0.1",
"main": "lib/index.js",
"description": "NodeQuark service auto-generated by NeWT",
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "plpwalkthrough",
"email": "[email protected]"
},
"scripts": {
"test": "make test",
"githooks": "make githooks",
"build": "make",
"prepush": "make prepush"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"app-root-path": "^1.0.0",
"assert-plus": "^0.1.5",
"bunyan": "1.7.0",
"dtrace-provider": "^0.6.0",
"restify": "^4.0.3",
"restify-clients": "^1.1.1",
"verror": "^1.6.0"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^0.24.1",
"jscs": "^1.13.1",
"mocha": "^2.2.5",
"npm-bump": "0.0.16"
}
}