UNPKG

generator-react-cli

Version:

基于react+webpack的项目目录快速生成器

34 lines (33 loc) 823 B
{ "name": "generator-react-cli", "version": "1.0.6", "description": "基于react+webpack的项目目录快速生成器", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "https://github.com/duanguang/generator-react-cli.git", "author": "duanguang", "keywords": [ "cli", "generator", "generator-react", "generator-react-cli", "yeoman-generator" ], "bugs": { "url": "https://github.com/duanguang/generator-react-cli/issues" }, "homepage": "https://github.com/duanguang/generator-react-cli", "license": "MIT", "dependencies": { "yeoman-generator": "^0.24.0", "yosay": "^1.0.5" }, "devDependencies": { "chai": "^3.3.0", "chalk": "^1.1.1", "fs-extra": "^0.30.0", "mocha": "^2.3.3" } }