forked from stylesuxx/generator-react-webpack-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.59 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.59 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "generator-atomic-react",
"version": "0.9.0",
"description": "Yeoman generator for ReactJS and Flux (redux) via Webpack using Atomic Design",
"keywords": [
"yeoman-generator",
"reactjs",
"webpack",
"redux",
"flux",
"scaffold",
"front-end"
],
"homepage": "https://github.com/ryayak1460/generator-atomic-react",
"bugs": {
"url": "https://github.com/rydente/generator-atomic-react/issues",
"email": "ryayak1460@protingumas.com"
},
"author": {
"name": "Chris Landa",
"email": "stylesuxx@gmail.com"
},
"contributors": [
{
"name": "Ryan Y.",
"email": "ryayak1460@protingumas.com"
}
],
"main": "generators/action/index.js",
"repository": {
"type": "git",
"url": "git://github.com/rydente/generator-atomic-react.git"
},
"scripts": {
"test": "mocha",
"release:major": "npm version major && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags"
},
"dependencies": {
"escodegen-wallaby": "1.6.6",
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
"esprima-walk": "^0.1.0",
"generator-react-webpack": "3.3.2",
"html-wiring": "^1.2.0",
"yeoman-generator": "^0.22.1",
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"fs-extra": "^0.30.0",
"mocha": "^2.3.2",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0"
},
"engines": {
"node": ">=4.0.0",
"iojs": ">=1.1.0"
},
"license": "MIT"
}