-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "generator-tpa",
"version": "1.3.3",
"description": "Scaffold out a TPA project",
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"mvc",
"polymer"
],
"author": "Chrome Developer Relations",
"main": "app/index.js",
"repository": "ING-Group/generator-tpa",
"scripts": {
"test": "jshint {seed,test}/*.js script-base.js util.js && mocha --reporter spec",
"prepublish": "git submodule update --init --recursive"
},
"dependencies": {
"chalk": "^1.0.0",
"html-wiring": "^1.2.0",
"js-beautify": "^1.5.10",
"lodash": "^4.0.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"rimraf": "^2.2.8",
"validate-element-name": "^1.0.0",
"yeoman-generator": "^0.22.3",
"yosay": "^1.0.0"
},
"devDependencies": {
"fs-extra": "*",
"jshint": "*",
"mocha": "*",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": "BSD",
"files": [
"seed",
"script-base.js",
"util.js"
]
}