-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "restify-model",
"version": "0.3.2",
"description": "'A surprisingly useful model/collection adapter that builds routes and handles CRUD operations (Create, Read, Update and Delete). Works with any custom database adapter (Postgres, MySQL, MongoDB, etc.).'",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-nodemon": "^2.0.6",
"mongoose": "^4.1.7",
"restify": "^4.0.3"
},
"author": "Greg Sabia Tucker",
"license": "MIT",
"directories": {
"test": "test"
},
"dependencies": {
"assert-plus": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/baseprime/restify-model.git"
},
"keywords": [
"restify",
"rest",
"model",
"crud",
"express",
"grapnel",
"postgres",
"mongodb",
"mongoose",
"mysql",
"nested",
"middleware"
],
"bugs": {
"url": "https://github.com/baseprime/restify-model/issues"
},
"homepage": "https://github.com/baseprime/restify-model#readme"
}