-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 Bytes
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
{
"name": "generator-redmod",
"version": "0.0.3",
"description": "A Yeoman generator for generating ES6 + React + Redux apps. Uses webpack, react-router, CSS-modules.",
"author": {
"name": "Ganesh Shanmugasundaram",
"email": "hackerone@gmail.com",
"url": "https://github.com/hackerone"
},
"repository": "https://github.com/hackerone/generator-redmod",
"license": "BSD-2-Clause",
"bugs": {
"url" : "https://github.com/hackerone/generator-redmod/issues",
"email" : "hackerone@gmail.com"
},
"dependencies": {
"yeoman-generator": "^0.21.1",
"chalk": "^1.0.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"yeoman-assert": "^2.0.0"
},
"keywords": [
"yeoman-generator",
"redux",
"react",
"redux-modules",
"redmod",
"react-router",
"reducer-generator",
"webpack"
]
}