-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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": "devfest-2015",
"version": "0.0.1",
"dependencies": {},
"scripts": {
"deps": "npm install -g gulp && npm install -g bower && npm install && bower install"
},
"devDependencies": {
"apache-server-configs": "^2.14.0",
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^0.2.10",
"gulp-changed": "^1.2.1",
"gulp-cssmin": "^0.1.7",
"gulp-flatten": "0.1.0",
"gulp-gh-pages": "^0.5.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.3",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.2",
"gulp-useref": "^1.2.0",
"gulp-vulcanize": "^6.0.1",
"jshint-stylish": "^2.0.1",
"merge-stream": "^0.1.8",
"opn": "^3.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"vulcanize": ">= 1.10.2",
"web-component-tester": "git://github.com/Polymer/web-component-tester.git#master"
},
"engines": {
"node": ">=0.10.0"
}
}