mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Basic project generator setup
TODO: - App tests - Generator tests - Component generator Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "generator-react-webpack",
|
||||
"version": "0.0.0",
|
||||
"description": "A generator for Yeoman",
|
||||
"keywords": [
|
||||
"yeoman-generator"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"main": "app/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/newtriks/generator-react-webpack.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"yeoman-generator": "~0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"yo": ">=1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0",
|
||||
"npm": ">=1.2.10"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user