-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 loc) · 916 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
{
"name": "generator-man",
"version": "1.3.2",
"description": "Coderiver scaffolding",
"homepage": "github.com/coderiver/generator-man",
"author": {
"name": "Coderiver",
"email": "[email protected]",
"url": "riverco.de"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"coderiver",
"boilerplate"
],
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"string-length": "^1.0.1",
"update-notifier": "^1.0.2",
"yeoman-generator": "^2.0.5",
"yosay": "^1.2.0"
},
"devDependencies": {
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"yeoman-assert": "^2.2.1"
},
"repository": "coderiver/generator-man",
"license": "MIT"
}