-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "polymer-starter-kit-custom-build",
"version": "0.0.0",
"description": "A starting point for Polymer 1.0 custom build apps",
"repository": {
"type": "git",
"url": "[email protected]:PolymerElements/generator-polymer-init-custom-build"
},
"license": "http://polymer.github.io/LICENSE.txt",
"bugs": {
"url": "https://github.com/PolymerElements/generator-polymer-init-custom-build/issues"
},
"engines": {
"node": ">=7.0"
},
"private": true,
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-without-strict": "0.0.4",
"css-slam": "^1.1.0",
"del": "^2.2.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-csslint": "^1.0.0",
"gulp-html-extract": "^0.2.0",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.3.0",
"gulp-inject-string": "^1.1.0",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"htmlhint-stylish": "^1.0.3",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.0",
"yargs": "^5.0.0"
},
"dependencies": {
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-compile-html-tags": "^1.0.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-inject-string": "^1.1.0",
"gulp-jscs": "^4.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-jshint": "^2.0.1",
"gulp-uglify": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-useref": "^3.1.2",
"mime": "^1.3.4",
"polymer-cli": "^0.17.0",
"polytempl": "^1.0.2",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.3"
},
"scripts": {
"test": "xvfb-run ./node_modules/.bin/wct ./build/tests/index.spec.html",
"postinstall": "ln -s -f ../../hooks/pre-commit .git/hooks/pre-commit && chmod +x hooks/pre-commit"
}
}