-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.55 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
{
"name": "polymer-starter-kit-custom-build-es6",
"version": "1.0.8",
"description": "ES6 support for Polymer 1.0 custom build apps, written on top of Rob Dodson's polymer-starter-kit-custom-build plugin.",
"repository": {
"type": "git",
"url": "[email protected]:jay8t6/generator-polymer-init-custom-build-es6"
},
"license": "http://polymer.github.io/LICENSE.txt",
"bugs": {
"url": "https://github.com/jay8t6/generator-polymer-init-custom-build-es6/issues"
},
"engines": {
"node": ">=4.0"
},
"private": true,
"devDependencies": {
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-script": "^1.1.0",
"browserify": "^14.1.0",
"del": "^2.2.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^2.0.12",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.0",
"babel-runtime": "^6.23.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-load-plugins": "^1.5.0",
"gulp-match": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.5.0",
"gulp-style-modules": "^0.1.0",
"node-sass-import-once": "^1.2.0",
"stream-combiner2": "^1.1.1",
"yargs": "^7.0.2"
}
}