UNPKG

nanocyte-deployer

Version:
49 lines (48 loc) 1.22 kB
{ "name": "nanocyte-deployer", "version": "5.4.0", "description": "Deploy flows to nanocyte", "engines": { "node": ">=4.0.0" }, "engineStrict": true, "main": "index.js", "scripts": { "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul" }, "repository": { "type": "git", "url": "git+https://github.com/octoblu/nanocyte-deployer.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/octoblu/nanocyte-deployer/issues" }, "homepage": "https://github.com/octoblu/nanocyte-deployer#readme", "devDependencies": { "chai": "^3.3.0", "coffee-coverage": "^1.0.1", "coffee-script": "^1.10.0", "hiredis": "^0.5.0", "ioredis": "^2.2.0", "istanbul": "^0.4.4", "mocha": "^2.3.3", "mocha-istanbul": "^0.2.0", "semver": "^5.3.0", "server-destroy": "^1.0.1", "shmock": "^0.8.1", "sinon": "^1.17.0", "sinon-chai": "^2.8.0" }, "dependencies": { "async": "^2.0.0", "coffee-script": "^1.10.0", "debug": "^2.2.0", "lodash": "^4.13.1", "meshblu-config": "^5.1.2", "meshblu-http": "^7.0.0", "request": "^2.73.0", "simple-benchmark": "^1.0.7" } }