-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.22 KB
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
44
45
46
{
"devDependencies": {
"amazeui": "^2.4.0",
"browser-sync": "^2.9.3",
"browserify": "^11.1.0",
"browserify-shim": "^3.8.10",
"del": "^1.2.1",
"detector": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-cache": "^0.3.0",
"gulp-changed": "^1.3.0",
"gulp-csso": "^1.0.0",
"gulp-flatten": "0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"jquery": "^2.1.4",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.4.0"
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}