UNPKG

hzw-init

Version:

Init react project helper tools.

71 lines (70 loc) 1.65 kB
{ "name": "hzw-init", "version": "1.2.1", "description": "Init react project helper tools.", "main": "lib/init_command.js", "scripts": { "lint": "eslint bin lib test" }, "preferGlobal": true, "bin": { "hzw-init": "bin/hzw-init.js" }, "files": [ "bin", "lib" ], "dependencies": { "co": "^4.6.0", "colors": "^1.1.2", "compressing": "^1.2.3", "glob": "^7.1.2", "group-object": "^0.1.1", "inquirer": "^6.4.1", "is-text-path": "^1.0.1", "is-type-of": "^1.2.0", "mem-fs": "^1.1.3", "mem-fs-editor": "^3.0.2", "mkdirp": "^0.5.1", "mz-modules": "^2.0.0", "node-homedir": "^1.1.0", "npm-updater": "^3.0.3", "urllib": "^2.25.1", "proxy-agent": "^2.1.0", "yargs": "^10.0.3" }, "devDependencies": { "autod": "^3.0.1", "coffee": "^3.3.0", "egg-bin": "^1.11.1", "egg-ci": "^1.1.0", "eslint": "^4.13.1", "eslint-config-egg": "^5.1.1", "intelli-espower-loader": "^1.0.1", "power-assert": "^1.4.4", "rimraf": "^2.6.1", "mm": "^2.2.0", "proxy": "^0.2.4", "webstorm-disable-index": "^1.0.11" }, "homepage": "https://github.com/hanangjie/hzw-init", "repository": { "type": "git", "url": "https://github.com/hanangjie/hzw-init.git" }, "bugs": "https://github.com/hanangjie/hzw-init/issues", "keywords": [ "hzw", "hzw-init", "react-cli", "react-boilerplate", "web-cli" ], "ci": { "version": "4, 6, 8" }, "engines": { "node": ">=4.0.0" }, "author": "hanangjie <hanangjie@gmail.com>" }