-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.03 KB
/
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
42
43
{
"name": "ngdump",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"browser-sync": "~0.5.7",
"chalk": "^0.4.0",
"connect-livereload": "*",
"gulp": "~3.5.0",
"gulp-clean": "*",
"gulp-concat": "~2.1.7",
"gulp-connect": "^2.0.5",
"gulp-grunt": "~0.4.0",
"gulp-if": "0.0.3",
"gulp-imagemin": "~0.1.4",
"gulp-jshint": "~1.3.4",
"gulp-minify-css": "~0.1.0",
"gulp-minify-html": "~0.1.0",
"gulp-sass": "^0.7.1",
"gulp-uglify": "~0.1.0",
"gulp-filter": "*",
"gulp-watch": "~0.3.3",
"gulp-zip": "~0.1.2",
"gulp-bower-files": "*",
"gulp-load-plugins": "^0.5.1",
"gulp-task-listing": "~0.3.0",
"jshint-stylish": "*",
"open": "*",
"protractor": "~0.16.1",
"run-sequence": "~0.3.6",
"supertest": "~0.9.0",
"yargs": "^1.2.1",
"map-stream": "*"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"postinstall": "bower install",
"start": "gulp",
"deploy": "rsync -zvr --delete ./build USER_NAME@IP-Addr:/PATH"
}
}