-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
44
45
{
"name": "songroom",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"browser-sync": "^1.3.0",
"connect": "^3.3.4",
"del": "^0.1.2",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^0.0.8",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-cssmin": "^0.1.6",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^1.0.0",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "^0.1.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-uncss": "^0.4.5",
"gulp-useref": "^0.6.0",
"gulp-util": "^3.0.3",
"gulp-vulcanize": "^5.0.0",
"jshint-stylish": "^0.4.0",
"merge-stream": "^0.1.6",
"open": "0.0.5",
"opn": "^1.0.0",
"psi": "^1.0.4",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"superstatic": "^2.0.2",
"web-component-tester": "^2.2.3"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build":"./node_modules/.bin/gulp"
}
}