UNPKG

gulp-weapp-cli

Version:

a cli tool for gulp-WeApp-boilerplate

42 lines (41 loc) 860 B
{ "name": "gulp-weapp-cli", "version": "1.0.3", "description": "a cli tool for gulp-WeApp-boilerplate", "keywords": [ "gulp", "gulpjs", "WeApp", "weapp", "wexin", "weChat", "wxss", "cli" ], "repository": { "type": "git", "url": "https://github.com/kindboy/gulp-WeApp-cli" }, "bin": { "gwc": "./bin/gulp-WeApp-cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "lifang961021@gmail.com", "license": "MIT", "devDependencies": {}, "dependencies": { "chalk": "^2.4.1", "colors": "^1.3.2", "commander": "^2.19.0", "download-git-repo": "^1.1.0", "glob": "^7.1.3", "handlebars": "^4.0.12", "inquirer": "^6.2.0", "log-symbols": "^2.2.0", "metalsmith": "^2.3.0", "minimatch": "^3.0.4", "ora": "^3.0.0" } }