-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
{
"name": "@tastypie/mongoose",
"version": "1.1.1",
"description": "Tastypie resource and fields for mongodb backends",
"main": "index.js",
"scripts": {
"test": "node ./scripts/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/node-tastypie/tastypie-mongo.git"
},
"keywords": [
"tastypie",
"hapi",
"hapi.js",
"mongodb",
"mongoose",
"rest",
"api",
"resource"
],
"author": "Eric Satterwhite <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/esatterwhite/tastypie-mongo/issues"
},
"homepage": "https://github.com/esatterwhite/tastypie-mongo",
"dependencies": {
"async": "^2.0.0-rc.6",
"boom": "^3.2.2",
"debug": "^2.2.0",
"mout": "^1.0.0",
"qs": "^6.2.0"
},
"peerDependencies": {
"tastypie": "^3.0.0"
},
"devDependencies": {
"hapi": "^13.0.0",
"joi": "^8.4.2",
"mocha": "^2.2.5",
"mongoose": "^4.0.7",
"should": "^9.0.2",
"tastypie": "^3.0.0"
}
}