forked from taiansu/generator-rf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 737 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
{
"name": "generator-rf",
"version": "0.1.18",
"description": "RF: a React/Flux webapp generator with webpack, dialects and some good stuffs",
"license": "MIT",
"main": "app/index.js",
"repository": "taiansu/generator-rf",
"author": {
"name": "Taian Su",
"email": "me@taian.su",
"url": "https://github.com/taiansu"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator", "react", "flux", "CoffeeScript", "LiveScript", "webpack", "cjsx"
],
"dependencies": {
"yeoman-generator": "^0.18.0",
"chalk": "^1.0.0",
"yosay": "^0.3.0",
"lodash": "*"
},
"devDependencies": {
"mocha": "*"
}
}