-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1010 Bytes
/
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
{
"name": "generator-polymer-init-plus-team",
"version": "2.0.2",
"description": "PlusTeam generator to build apps using polymer-build",
"authors": [
"The +Team Devs"
],
"keywords": [
"yeoman-generator"
],
"license": "BSD-3-Clause",
"repository": "plusTTeam/generator-polymer-init-custom-build",
"bugs": {
"url": "https://github.com/plusTTeam/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"
}
}