-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "restifizer",
"version": "0.8.36",
"description": "Restful database-agnostic service",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"express": "node test/express-app/server.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vedi/restifizer.git"
},
"keywords": [
"node.js",
"rest",
"restful",
"express",
"node",
"mongo",
"mongodb",
"mongoose",
"nosql"
],
"dependencies": {
"http-statuses": "^0.2.0",
"lodash": "^4.17.19"
},
"author": {
"name": "Fedor Shubin"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/vedi/restifizer/issues"
},
"homepage": "https://github.com/vedi/restifizer",
"_id": "[email protected]",
"dist": {
"shasum": "1297c801b1c7ea120e29ddf9a347afc4201bcdc6"
},
"_from": "restifizer@^0.2.5",
"_resolved": "https://registry.npmjs.org/restifizer/-/restifizer-0.0.24.tgz",
"gitHead": "852ab862040ac55560b3695b26b3c66b32ca0733",
"_shasum": "8561703b4cfbca3da757867721d78b2594654639",
"devDependencies": {
"body-parser": "~1.19.0",
"chai": "^3.2.0",
"chakram": "^1.5.0",
"cross-env": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-mocha": "6.3.0",
"express": "^4.16.3",
"mocha": "^7.1.2",
"morgan": "~1.10.0",
"request": "^2.87.0",
"request-promise": "^4.2.5",
"restifizer-mongoose-ds": "^0.1.14",
"restifizer-sequelize-ds": "^0.2.5"
}
}