-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
{
"name": "loopback-example-isomorphic",
"version": "1.0.0",
"description": "loopback-example-isomorphic",
"main": "server/server.js",
"scripts": {
"pretest": "jshint .",
"postinstall": "bower install;gulp",
"start": "gulp;node .",
"test": "tape tests/**/*.js"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.8.1",
"strong-error-handler": "^1.1.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"serve-favicon": "^2.0.1"
},
"optionalDependencies": {
"loopback-component-explorer": "^2.1.0"
},
"devDependencies": {
"bower": "^1.4.1",
"browserify": "^9.0.8",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-loopback-sdk-angular": "^0.1.3",
"gulp-rename": "^1.2.2",
"jshint": "^2.5.6",
"tape": "^4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-example-isomorphic"
},
"license": "MIT"
}