-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.24 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": "gulp-polymer-build-utils",
"version": "1.6.0",
"description": "Utils to simplify building Polymer applications",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Collaborne/gulp-polymer-build-utils.git"
},
"author": "Ronny Roeller <[email protected]> (Collaborne)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Collaborne/gulp-polymer-build-utils/issues"
},
"homepage": "https://github.com/Collaborne/gulp-polymer-build-utils#readme",
"dependencies": {
"ansi-colors": "^4.1.1",
"babel-preset-es2015": "^6.18.0",
"fancy-log": "^1.3.3",
"gulp-babel": "^6.1.2",
"gulp-crisper": "^1.1.0",
"gulp-filter": "^5.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-inline": "^0.1.3",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-size": "^2.1.0",
"gulp-uglify": "^3.0.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.1",
"path": "^0.12.7",
"polymer-build": "^2.0.0",
"wct-local": "^2.0.16",
"web-component-tester": "^6.4.0"
}
}