UNPKG

miracle-cli

Version:

Command-line interface for the Miracle project.

55 lines (54 loc) 1.24 kB
{ "name": "miracle-cli", "version": "1.1.12", "description": "Command-line interface for the Miracle project.", "keywords": [ "miracle", "cli", "scaffold" ], "author": "Web-Miracle <ekonomikal@mail.ru>", "main": "lib/index.js", "bin": { "miracle": "./bin/miracle.js" }, "dependencies": { "async": "^2.5.0", "bower": "^1.8.0", "colors": "^1.1.2", "inquirer": "^0.8.5", "is-root": "^1.0.0", "js-yaml": "^3.10.0", "lodash": "^4.17.4", "multiline": "^1.0.2", "nopt": "^3.0.6", "npm": "^2.15.12", "paint-by-number": "^1.0.0", "rimraf": "^2.6.2", "semver": "^4.3.6", "string-length": "^1.0.1", "terminal-kit": "^1.13.11", "update-notifier": "^0.2.2", "which": "^1.3.0" }, "homepage": "https://github.com/Pavel-Mishalov", "repository": { "type": "git", "url": "https://github.com/Pavel-Mishalov/miracle-cli" }, "bugs": { "url": "https://github.com/Pavel-Mishalov/miracle-cli.git/issues" }, "scripts": { "test": "node bin/miracle.js new" }, "preferGlobal": true, "engines": { "node": ">=4.0" }, "license": "MIT", "devDependencies": { "editorconfig": "^0.13.2", "eslint": "^3.19.0" } }