forked from mbroadst/thinky-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 995 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
46
47
{
"name": "thinky-rest",
"description": "Create REST resources and controllers with thinky and Express or Restify",
"version": "0.1.3",
"author": {
"name": "Matt Broadstone",
"email": "[email protected]"
},
"main": "lib/",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/mbroadst/thinky-rest.git"
},
"bugs": {
"url": "https://github.com/dchester/thinky-rest/issues"
},
"license": "MIT",
"keywords": [
"rethinkdb",
"thinky",
"rest",
"restful",
"json",
"api"
],
"dependencies": {
"bluebird": "^3.1.1",
"inflection": "^1.8.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"body-parser": "^1.14.2",
"chai": "^3.4.1",
"express": "^4.13.3",
"istanbul": "^0.4.1",
"jshint": "^2.9.1-rc2",
"mocha": "^2.3.4",
"request": "^2.67.0",
"restify": "^4.0.3",
"thinky": "^2.2.3",
"uuid": "^2.0.1",
"validator": "^4.4.0"
}
}