-
Notifications
You must be signed in to change notification settings - Fork 248
/
package.json
37 lines (37 loc) · 862 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
{
"name": "node-restful",
"description": "A library for making REST API's in node.js with express",
"version": "0.2.6",
"peerDependencies": {
"mongoose": "~4"
},
"devDependencies": {
"express": "4.12.4",
"body-parser": "1.12.4",
"method-override": "2.3.3",
"mongodb": "2.0.33",
"jade": "1.11.0",
"mocha": "2.2.5",
"mongoose": "~4",
"should": "6.0.3",
"supertest": "1.0.1",
"sinon": "1.15.3",
"pow-mongodb-fixtures": "git+https://github.com/riyadhalnur/pow-mongodb-fixtures.git#upgrade-mongodb-drivers",
"morgan": "1.5.3"
},
"keywords": [
"node-restful",
"restful",
"framework",
"rest",
"api"
],
"scripts": {
"test": "make test"
},
"repository": "git://github.com/baugarten/node-restful",
"main": "index.js",
"dependencies": {
"underscore": "1.8.3"
}
}