-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.01 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
{
"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": "tilen.faganel@me.com",
"url": "https://github.com/TFaga"
},
"contributors": [
"Olivier Constant <olivier.constant.pro@gmail.com>",
"Anders E. Andersen <andersa@ellenshoej.dk>",
"evgenykochetkov <evgenykochetkov@users.noreply.github.com>"
],
"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": "*"
}
}