-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 960 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 960 Bytes
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
{
"name": "nodeonly-util",
"version": "1.0.0",
"description": "nodeonly-util dev lib for node express utils",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"npm",
"nodejs",
"node utils",
"express",
"mongo",
"mongodb",
"mongoose"
],
"dependencies": {
"chai": "^1.9.2",
"sinon": "^1.10.3"
},
"devDependencies": {
"body-parser": "^1.9.0",
"debug": "^2.1.0",
"express": "^4.9.8",
"chai": "^1.9.2",
"mocha": "^1.21.5",
"sinon": "^1.10.3",
"supertest": "^0.14.0",
"supervisor": "^0.6.0",
"zombie": "^2.0.8"
},
"scripts": {
"test": "./node_modules/.bin/mocha -u tdd"
},
"repository": {
"type": "git",
"url": "https://github.com/nodeonly/nodeonly-util.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nodeonly/nodeonly-util/issues"
},
"homepage": "https://github.com/nodeonly/nodeonly-util"
}