-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (42 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
{
"name": "generator-polymer-init-custom-build-es6",
"version": "2.0.1",
"description": "A starting point for building apps with ES6 using polymer-build, written on top of Rob Dodson's generator-polymer-init-custom-build plugin.",
"authors": [
"The Polymer Authors"
],
"keywords": [
"yeoman-generator"
],
"license": "BSD-3-Clause",
"repository": "PolymerElements/generator-polymer-init-custom-build",
"bugs": {
"url": "https://github.com/PolymerElements/generator-polymer-init-custom-build/issues"
},
"main": "generators/app/index.js",
"files": [
"generators"
],
"dependencies": {
"yeoman-generator": "^0.23.0"
},
"devDependencies": {
"yeoman-test": "^1.0.0",
"yeoman-assert": "^2.0.0",
"eslint": "^3.12.0",
"eslint-config-google": "^0.7.0",
"gulp": "^3.9.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"lint": "eslint . --ext js,html",
"test": "gulp"
},
"engines": {
"node": ">=4.0"
}
}