-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 927 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
41
{
"name": "gulpfiction",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"pretest": "jshint ."
},
"dependencies": {
"bootstrap-sass": "^3.3.4",
"browser-sync": "^2.7.6",
"compression": "^1.0.3",
"cors": "^2.5.2",
"errorhandler": "^1.1.1",
"gulp-gzip": "^1.1.0",
"gulp-replace": "^0.5.3",
"gulp-tar": "^1.4.0",
"gulp-util": "^3.0.5",
"loopback": "^2.14.0",
"loopback-boot": "^2.6.5",
"loopback-datasource-juggler": "^2.19.0",
"serve-favicon": "^2.0.1",
"vinyl-ftp": "^0.4.1"
},
"optionalDependencies": {
"loopback-explorer": "^1.1.0"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"jshint": "^2.5.6",
"run-sequence": "^1.1.0"
},
"repository": {
"type": "",
"url": ""
},
"description": "gulpfiction"
}