-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 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
{
"name": "gallery",
"version": "1.0.0",
"description": "",
"dependencies": {
"gulp-load-plugins": "^1.1.0"
},
"devDependencies": {
"gulp": "gulpjs/gulp#4.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-bom": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-deploy-ftp": "0.0.2",
"gulp-ftp": "git://[email protected]:cjz9032/gulp-ftp.git",
"gulp-ignore": "^2.0.1",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ngmin": "^0.3.0",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-sftp": "^0.1.5",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-utf8-convert": "0.0.7",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"q": "^1.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}