UNPKG

base-runner

Version:

Orchestrate multiple instances of base at once.

97 lines (96 loc) 1.99 kB
{ "name": "base-runner", "description": "Orchestrate multiple instances of base at once.", "version": "0.9.2", "homepage": "https://github.com/node-base/base-runner", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Brian Woodward (https://twitter.com/doowb)", "Charlike Mike Reagent (https://i.am.charlike.online)", "Jon Schlinkert (http://twitter.com/jonschlinkert)" ], "repository": "node-base/base-runner", "bugs": { "url": "https://github.com/node-base/base-runner/issues" }, "license": "MIT", "files": [ "index.js", "utils.js" ], "main": "index.js", "engines": { "node": ">=4.0" }, "scripts": { "test": "mocha" }, "dependencies": { "base-cli-process": "^0.1.19", "base-config-process": "^0.1.9", "base-project": "^0.2.1", "debug": "^2.6.8", "homedir-polyfill": "^1.0.1", "liftoff": "^2.3.0", "log-utils": "^0.2.1", "mixin-deep": "^1.2.0" }, "devDependencies": { "base": "^0.13.0", "base-generators": "^0.4.6", "gulp": "^3.9.1", "gulp-eslint": "^4.0.0", "gulp-format-md": "^1.0.0", "gulp-istanbul": "^1.1.2", "gulp-mocha": "^3.0.1", "gulp-unused": "^0.2.1", "minimist": "^1.2.0", "mocha": "^3.4.2" }, "keywords": [ "api", "app", "application", "base", "base-plugin", "baseplugin", "building-blocks", "create", "framework", "plugin", "plugins", "runner", "tool", "toolkit", "tools" ], "verb": { "toc": false, "run": true, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "base", "base-generators", "base-option", "base-plugins", "base-store", "base-task" ] }, "lint": { "reflinks": true }, "reflinks": [ "base", "liftoff", "minimist" ] } }