-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
42 lines (42 loc) · 986 Bytes
/
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
{
"name": "generator-react-gulp-browserify",
"version": "0.0.41",
"description": "A Yeoman Generator for facebook's React framework. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version.",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/randylien/generator-react-gulp-browserify.git"
},
"bugs": "https://github.com/randylien/generator-react-gulp-browserify/issues",
"author": {
"name": "Randy Lien",
"email": "[email protected]",
"url": "https://github.com/randylien"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"react",
"browserify",
"gulp"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}