-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.01 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
46
47
{
"name": "generator-react-reflux",
"version": "1.4.3",
"description": "A Yeoman Generator for facebook's React framework and flux architecture using reflux.",
"license": "MIT",
"main": "app/index.js",
"repository": "tfaga/generator-react-reflux",
"author": {
"name": "Tilen Faganel",
"email": "[email protected]",
"url": "https://github.com/TFaga"
},
"contributors": [
"Olivier Constant <[email protected]>",
"Anders E. Andersen <[email protected]>",
"evgenykochetkov <[email protected]>"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app",
"component",
"store",
"actions"
],
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"react-js",
"flux",
"reflux"
],
"dependencies": {
"chalk": "~1.0.0",
"lodash": "~3.8.0",
"yeoman-generator": "~0.19.2",
"yosay": "~1.0.3"
},
"devDependencies": {
"mocha": "*"
}
}