-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 974 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
43
44
45
46
47
{
"name": "generator-kata",
"version": "0.0.26",
"description": "Quickly start doing a code kata with yeoman!",
"license": "MIT",
"main": "app/index.js",
"repository": "janbaer/generator-kata",
"author": {
"name": "Jan Baer",
"email": "[email protected]",
"url": "https://github.com/janbaer"
},
"contributors": [
{
"name": "Andreas Helmberger",
"email": "[email protected]",
"url": "https://github.com/ahelmberger"
},
{
"name": "Ilker Cetinkaya",
"email": "[email protected]",
"url": "https://github.com/ilkerde"
}
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"yeoman-generator": "^0.20.3",
"chalk": "^1.1.1",
"yosay": "^1.0.5",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"lodash.template": "^3.6.2",
"mocha": "*"
}
}