UNPKG

visop

Version:

A simple CLI for scaffolding visible operation projects.

73 lines (72 loc) 1.82 kB
{ "name": "visop", "version": "1.0.3", "description": "A simple CLI for scaffolding visible operation projects.", "preferGlobal": true, "bin": { "visop": "bin/visop", "visop-init": "bin/visop-init", "visop-list": "bin/visop-list", "visop-start": "bin/visop-start" }, "repository": { "type": "git", "url": "git+https://github.com/zhenyuan2015/visop" }, "keywords": [ "vue", "visop", "cli", "spa" ], "author": "zhenyuan", "license": "MIT", "bugs": { "url": "https://github.com/zhenyuan2015/visop/issues" }, "homepage": "https://github.com/zhenyuan2015/visop#readme", "scripts": { "test": "npm run lint && npm run e2e", "lint": "eslint test/e2e/test*.js lib bin/* --env mocha", "e2e": "rimraf test/e2e/mock-template-build && mocha test/e2e/test.js --slow 1000" }, "dependencies": { "async": "^2.4.0", "chalk": "^2.1.0", "chokidar": "^2.0.3", "coffee-script": "1.12.7", "commander": "^2.9.0", "consolidate": "^0.14.0", "download-git-repo": "^1.0.1", "find-process": "^1.1.1", "fs-extra": "^6.0.1", "get-port": "^3.2.0", "handlebars": "^4.0.5", "inquirer": "^3.3.0", "metalsmith": "^2.1.0", "minimatch": "^3.0.0", "multimatch": "^2.1.0", "node-schedule": "^1.3.0", "ora": "^1.3.0", "read-metadata": "^1.0.0", "request": "^2.67.0", "rimraf": "^2.5.0", "semver": "^5.1.0", "shelljs": "^0.8.2", "tildify": "^1.2.0", "tree-kill": "^1.2.0", "uid": "0.0.2", "user-home": "^2.0.0", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^3.19.0", "eslint-plugin-vue-libs": "^1.2.1", "execa": "^0.8.0", "mocha": "^3.5.3" }, "engines": { "node": ">=6.0.0" } }