forked from strongloop/loopback-example-access-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 808 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
{
"name": "loopback-example-access-control",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"pretest": "jshint .",
"start": "node .",
"test": "mocha test/*test.js"
},
"dependencies": {
"body-parser": "^1.10.1",
"compression": "^1.0.3",
"errorhandler": "^1.1.1",
"loopback": "^2.8.0",
"loopback-boot": "^2.4.0",
"loopback-connector-mongodb": "^1.13.3",
"loopback-datasource-juggler": "^2.7.0",
"serve-favicon": "^2.0.1",
"supertest": "^1.1.0"
},
"optionalDependencies": {
"loopback-component-explorer": "^2.1.0"
},
"devDependencies": {
"jshint": "^2.5.6",
"mocha": "^2.3.3"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-example-access-control"
},
"license": "MIT"
}