quickly
Version:
Quickly setup dependent services and servers for local development
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "quickly",
"version": "0.1.13",
"description": "Quickly setup dependent services and servers for local development",
"main": "index.js",
"bin": "./bin/quickly",
"scripts": {
"test": "mocha -R spec src/**/*-spec.js",
"2npm": "publish"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/quickly.git"
},
"keywords": [
"setup",
"test",
"testing",
"local",
"dev",
"server",
"services"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/quickly/issues"
},
"homepage": "https://github.com/bahmutov/quickly",
"dependencies": {
"bluebird": "2.9.25",
"chdir-promise": "0.2.1",
"check-more-types": "1.6.1",
"check-types": "1.4.0",
"console.table": "0.4.0",
"inquirer": "0.8.3",
"lazy-ass": "0.5.8",
"quote": "0.4.0",
"ramda": "0.13.0"
},
"devDependencies": {
"lazy-ass-helpful": "0.6.1",
"mocha": "2.2.4",
"pre-git": "0.2.1",
"publish": "0.5.0"
},
"pre-commit": [
"npm test",
"npm version"
]
}