forked from vedi/restifizer-mongoose-ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
52
{
"name": "restifizer-mongoose-ds",
"version": "0.1.12",
"description": "Mongoose Data Source for Restifizer",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vedi/restifizer-mongoose-ds.git"
},
"keywords": [
"node.js",
"rest",
"restful",
"restifizer",
"mongo",
"mongodb",
"mongoose",
"nosql"
],
"dependencies": {
"bluebird": "^3.5.0",
"bson": "^0.4.21",
"http-statuses": "^0.2.x",
"lodash": "^4.17.4"
},
"devDependencies": {
"eslint": "4.9.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.7.0"
},
"author": {
"name": "Fedor Shubin"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/vedi/restifizer-mongoose-ds/issues"
},
"homepage": "https://github.com/vedi/restifizer-mongoose-ds",
"_id": "[email protected]",
"dist": {
"shasum": "1297c801b1c7ea120e29ddf9a347afc4201bcdc6"
},
"_from": "restifizer-mongoose-ds@^0.0.1",
"_resolved": "https://registry.npmjs.org/restifizer-mongoose-ds/-/restifizer-mongoose-ds-0.0.1.tgz",
"gitHead": "852ab862040ac55560b3695b26b3c66b32ca0733",
"_shasum": "8561703b4cfbca3da757867721d78b2594654639"
}