2015-10-23 09:40:29 +02:00

55 lines
1.2 KiB
JSON

{
"name": "generator-react-webpack",
"version": "2.2.6",
"description": "Yeoman generator for using React with Webpack via Babel",
"keywords": [
"yeoman-generator",
"react",
"reactjs",
"webpack",
"scaffold",
"framework",
"component",
"frontend",
"front-end",
"app"
],
"homepage": "https://github.com/newtriks/generator-react-webpack",
"bugs": "https://github.com/newtriks/generator-react-webpack/issues",
"author": {
"name": "Simon Bailey",
"email": "simon@newtriks.com",
"url": "https://github.com/newtriks"
},
"contributors": [
{
"name": "Christian Schilling",
"email": "cs@weblogixx.de",
"url": "https://github.com/weblogixx"
}
],
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/newtriks/generator-react-webpack.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"react-webpack-template": "^0.3.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.21.0",
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.2"
},
"engines": {
"node": ">=4.0.0",
"iojs": ">=1.1.0"
},
"license": "MIT"
}