-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.11 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
48
49
50
51
{
"name": "@tastypie/rethink",
"version": "3.0.4",
"description": "Tastypie resource for a rethinkdb backend using Thinky",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./scripts/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-tastypie/tastypie-rethink.git"
},
"keywords": [
"tastypie",
"rethinkdb",
"think",
"django",
"rest",
"api"
],
"author": "Eric Satterwhite <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-tastypie/tastypie-rethink/issues"
},
"homepage": "https://github.com/node-tastypie/tastypie-rethink#readme",
"dependencies": {
"async": "^1.4.0",
"boom": "^2.8.0",
"debug": "^2.2.0",
"mout": "^0.11.0",
"qs": "^4.0.0",
"tastypie": "^5.0.0",
"thinky": "^2.3.0"
},
"peerDependencies": {
"tastypie": ">=2.0.0"
},
"devDependencies": {
"hapi": "^8.8.0",
"joi": "^6.5.0",
"mocha": "^2.5.3",
"reqlite": "^2.3.0",
"should": "^9.0.1",
"tastypie": "^5.0.0",
"thinky": "^2.0.8"
}
}