UNPKG

nsolid-manager

Version:

A manager that sets up and runs N|Solid for you

61 lines (60 loc) 1.56 kB
{ "name": "nsolid-manager", "version": "1.0.6", "description": "A manager that sets up and runs N|Solid for you", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/seanohollaren/nsolid-manager.git" }, "scripts": { "start": "node index", "install": "node install.js", "test": "node_modules/mocha/bin/mocha $(find test -name '*.js')", "test-functional": "node_modules/mocha/bin/mocha -R spec test/functional", "eslint": "node_modules/eslint/bin/eslint.js ./src || exit 0", "build": "node_modules/babel-cli/bin/babel.js src -d ./ --presets es2015" }, "bin": { "nsolid-manager": "./bin/nsolid-manager.js", "nsm": "./bin/nsolid-manager.js" }, "keywords": [ "n|solid", "nsolid", "manager", "etcd", "console", "service", "registry", "proxy" ], "author": "Sean O'Hollaren <sean.ohollaren@gmail.com>", "contributors": [{ "name": "Alexander Wolden", "email": "awolden@gmail.com" }], "license": "ISC", "dependencies": { "chalk": "^1.1.1", "checksum": "^0.1.1", "debug": "^2.2.0", "extend": "^3.0.0", "lodash": "^4.6.1", "minimist": "^1.2.0", "multi-progress": "^1.0.0", "ncp": "^2.0.0", "request": "^2.69.0", "request-progress": "^2.0.1", "tar.gz": "1.0.0", "unzip": "^0.1.11" }, "devDependencies": { "babel-cli": "^6.6.5", "mocha": "^2.4.5", "babel-preset-es2015": "^6.6.0", "chai": "^3.5.0", "eslint": "^2.4.0", "eslint-config-airbnb": "^6.1.0" } }