-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 773 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 773 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
35
36
37
38
39
{
"name": "generator-react-rocket",
"version": "0.5.0",
"description": "Yeoman generator to bootstrap a Flux/React web app with Gulp",
"license": "MIT",
"main": "app/index.js",
"repository": "nsarno/generator-react-rocket",
"author": {
"name": "Arnaud Mesureur",
"email": "arnaud.mesureur@gmail.com",
"url": "https://github.com/nsarno"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"react",
"gulp",
"flux",
"webpack",
"babel",
"karma",
"mocha",
"browser-sync"
],
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^3.10.0",
"yeoman-generator": "^0.19.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"mocha": "*"
}
}