-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "generator-react-webpack-alt",
"version": "2.3.2",
"description": "Yeoman generator for ReactJS and Flux (alt.js) via Webpack",
"keywords": [
"yeoman-generator",
"reactjs",
"webpack",
"alt.js",
"flux",
"scaffold",
"front-end"
],
"homepage": "https://github.com/weblogixx/generator-react-webpack-alt",
"bugs": "https://github.com/weblogixx/generator-react-webpack-alt/issues",
"author": {
"name": "Christian Schilling",
"email": "cs@weblogixx.de",
"url": "https://github.com/weblogixx"
},
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/weblogixx/generator-react-webpack-alt.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": {
"generator-react-webpack": "^3.2.0",
"html-wiring": "^1.2.0",
"yeoman-generator": "^0.23.0",
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.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"
}