forked from strongloop/loopback-example-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 781 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-angular",
"version": "1.0.0",
"description": "loopback-example-angular",
"main": "server/server.js",
"scripts": {
"pretest": "jshint .",
"postinstall": "bower install",
"start": "node .",
"test": "tape tests/**/*.js"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.8.1",
"strong-error-handler": "^1.1.1",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"serve-favicon": "^2.0.1"
},
"optionalDependencies": {
"loopback-component-explorer": "^2.1.0"
},
"devDependencies": {
"bower": "^1.5.2",
"jshint": "^2.5.6",
"tape": "^4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-example-angular"
},
"license": "MIT"
}