-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "generator-react-redux-modules",
"version": "1.3.1",
"description": "React with Redux code generator using Yeoman",
"main": "app/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jermspeaks/generator-react-redux.git"
},
"keywords": [
"react",
"redux",
"yeoman",
"code",
"generator",
"yeoman-generator"
],
"author": "Jeremy Wong ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/jermspeaks/generator-react-redux/issues"
},
"homepage": "https://github.com/jermspeaks/generator-react-redux#readme",
"dependencies": {
"chalk": "^2.0.0",
"gulp-git": "^1.6.0",
"mkdirp": "^0.5.1",
"string": "^3.3.1",
"yeoman-generator": "^1.0.0",
"yosay": "^1.0.5"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^2.5.0",
"gulp-filter": "^5.0.0",
"gulp-git": "^2.4.0",
"gulp-tag-version": "^1.3.0",
"mocha": "^3.1.2",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.0.0"
}
}