UNPKG

ginit

Version:

支持自定义template的脚手架初始化的模块

48 lines (47 loc) 985 B
{ "name": "ginit", "version": "2.0.2", "repository": { "type": "git", "url": "git@github.com:zhoujianlin8/ginit.git" }, "description": "支持自定义template的脚手架初始化的模块", "main": "index.js", "bin": { "ginit": "./bin/ginit" }, "scripts": { "test": "mocha --require should --reporter List --check-leaks test/" }, "author": [ { "name": "mojing", "email": "jianlin.zjl@alibaba-inc.com" }, { "name": "zhoujianlin", "email": "jianlin8@gmail.com" } ], "license": "MIT", "dependencies": { "commander": "^2.6.0", "cross-spawn-async": "~2.0.0", "globby": "~6.0.0", "inquirer": "^0.8.2", "mkdirp": "^0.5.0", "os-homedir": "~1.0.1", "rimraf": "^2.3.2", "underscore": "^1.8.2" }, "devDependencies": { "mocha": "^2.1.0", "should": "^5.0.0" }, "keyword": "", "fieOption": { "icon": "", "type": "normal", "displayName": "ginit" } }