-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
34
35
36
37
38
39
40
{
"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-datasource-juggler": "^2.7.0",
"serve-favicon": "^2.0.1",
"supertest": "^1.1.0",
"pkgcloud": "^1.1.0",
"async": "^0.9.0",
"formidable": "^1.0.16"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/[email protected]"
},
"devDependencies": {
"express": "^4.11.0",
"gulp": "^3.9.0",
"jshint": "^2.5.6",
"loopback": "^2.10.0",
"mkdirp": "^0.5.0",
"mocha": "^2.3.3",
"supertest": "^0.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
"license": "Artistic-2.0"
}