-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "loopback-mongo-sandbox",
"version": "0.0.0",
"main": "server/server.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "mocha"
,"lb": "lb"
,"lint": "eslint ."
,"posttest": "npm run lint && nsp check"
},
"dependencies": {
"compression": "^1.0.3"
,"cors": "^2.5.2"
,"helmet": "^1.3.0"
,"joi": "13.1.1"
,"loopback": "3.8.0"
,"loopback-boot": "2.24.1"
,"loopback-connector-mongodb": "3.1.0"
,"loopback-datasource-juggler": "3.9.1"
,"loopback-reset-password-mixin": "git+https://github.com/aquid/loopback-reset-password-mixin.git"
,"serve-favicon": "^2.0.1"
,"strong-error-handler": "^2.0.0"
},
"optionalDependencies": {
"loopback-component-explorer": "4.2.0"
},
"devDependencies": {
"chai": "3.5.0"
,"debug": "2.2.0"
,"loopback-cli": "https://registry.npmjs.org/loopback-cli/-/loopback-cli-2.5.1.tgz"
,"loopback-testing": "git+https://github.com/tobernguyen/loopback-testing.git#70b09b9488920f85f9089cb5802ea98869928ae2"
,"mocha": "2.5.3"
,"eslint": "^3.17.1"
,"eslint-config-loopback": "^8.0.0"
,"nsp": "^2.1.0"
}
}