UNPKG

pruno-cli

Version:

A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.

49 lines (48 loc) 1.17 kB
{ "name": "pruno-cli", "version": "1.1.4", "description": "A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.", "main": "./index.js", "bin": { "pruno": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/cdebotton/pruno-cli.git" }, "keywords": [ "cli", "build", "pruno", "generator", "react" ], "author": "Christian de Botton <debotton@brooklynunited.com>", "license": "ISC", "bugs": { "url": "https://github.com/cdebotton/pruno-cli/issues" }, "homepage": "https://github.com/cdebotton/pruno-cli", "dependencies": { "bluebird": "^2.9.6", "colors": "^1.0.3", "commander": "^2.6.0", "handlebars": "^2.0.0", "inflection": "^1.5.3", "inquirer": "^0.8.0", "js-yaml": "^3.2.5", "npm": "^2.4.1", "object-assign": "^2.0.0", "require-dir": "^0.1.0", "shelljs": "^0.3.0" }, "devDependencies": { "del": "^1.1.1", "gulp": "^3.8.10", "gulp-6to5": "^3.0.0", "gulp-plumber": "^0.6.6" } }