UNPKG

nanocyte-configuration-generator

Version:
48 lines 1.29 kB
{ "name": "nanocyte-configuration-generator", "version": "5.5.1", "description": "Generate Nanocyte configuration from an Octoblu flow", "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-configuration-generator.git" }, "keywords": [ "octoblu", "meshblu", "nanocyte", "IoT" ], "author": "Octoblu, Inc. <npm@octoblu.com>", "license": "MIT", "bugs": { "url": "https://github.com/octoblu/nanocyte-configuration-generator/issues" }, "homepage": "https://github.com/octoblu/nanocyte-configuration-generator#readme", "devDependencies": { "chai": "^3.3.0", "chai-subset": "^1.2.0", "coffee-coverage": "^0.6.3", "coffee-script": "^1.10.0", "istanbul": "^0.3.20", "mocha": "^2.3.3", "mocha-istanbul": "^0.2.0", "server-destroy": "^1.0.1", "shmock": "^0.8.1", "sinon": "^1.16.1", "sinon-chai": "^2.8.0" }, "dependencies": { "async": "^2.0.0-rc.6", "debug": "^2.2.0", "lodash": "^3.10.1", "meshblu-http": "^5.3.1", "request": "^2.63.0", "s3": "^4.4.0", "simple-benchmark": "^1.0.7", "uuid": "^2.0.2" } }