-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
45 lines (45 loc) · 898 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
41
42
43
44
45
{
"name": "mers",
"version": "0.13.1",
"private": false,
"author": "Justin Spears <[email protected]>",
"dependencies": {
"body-parser": "^1.10.2",
"concat-stream": "~1.4.7",
"errorhandler": "^1.3.0",
"mongoose": "^4.0.0",
"nojector": "^0.2.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"pow-mongoose-fixtures": "latest",
"body-parser": "~1.10.0",
"should": "^5.1.0",
"express": "^4.10.7",
"mongoose": "3.8.25",
"supertest": "^0.15.0"
},
"peerDependencies": {
"mongoose": "^3.8.21"
},
"scripts": {
"test": "mocha test/*-mocha.js"
},
"keywords": [
"framework",
"json",
"express",
"mongoose",
"rest",
"restful"
],
"repository": {
"type": "git",
"url": "[email protected]:jspears/mers"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}