generator-react-gulp-browserify-less
Version:
A Yeoman Generator for facebook's React framework. It includes gulp, browserify,babel,source maps, livereload and famous official Twitter bootstrap LESS version.
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "generator-react-gulp-browserify-less",
"version": "1.0.1",
"description": "A Yeoman Generator for facebook's React framework. It includes gulp, browserify,babel,source maps, livereload and famous official Twitter bootstrap LESS version.",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kouryuu/generator-react-gulp-browserify.git"
},
"bugs": "https://github.com/kouryuu/generator-react-gulp-browserify/issues",
"author": {
"name": "Rodrigo Reyes",
"email": "rodrigo@plethora.com.mx",
"url": "https://github.com/kouryuu"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"react",
"browserify",
"gulp",
"less",
"babel",
"exorcist"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}