{
  "name": "nanocyte-flow-deploy-service",
  "version": "6.0.4",
  "description": "Flow Deploy Service for Nanocyte",
  "engines": {
    "node": ">=4.0.0"
  },
  "engineStrict": true,
  "main": "server.js",
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul && mocha --reporter json > coverage/mocha.json",
    "coverage": "nyc npm test",
    "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
    "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/nanocyte-flow-deploy-service.git"
  },
  "keywords": [
    "nanocyte",
    "octoblu"
  ],
  "author": "Octoblu <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/nanocyte-flow-deploy-service/issues"
  },
  "homepage": "https://github.com/octoblu/nanocyte-flow-deploy-service#readme",
  "dependencies": {
    "async": "^2.0.0",
    "body-parser": "^1.15.2",
    "coffee-script": "^1.10.0",
    "cors": "^2.7.1",
    "debug": "^2.2.0",
    "errorhandler": "^1.4.2",
    "escape-string-regexp": "^1.0.3",
    "express": "^4.14.0",
    "express-meshblu-auth": "^7.0.0",
    "express-meshblu-healthcheck": "^1.0.1",
    "express-package-version": "0.0.2",
    "ioredis": "^2.2.0",
    "iot-app-configuration-saver": "^2.1.0",
    "lodash": "^4.13.1",
    "meshblu-config": "^5.1.2",
    "meshblu-core-datastore": "^4.6.2",
    "meshblu-http": "^7.0.0",
    "mongojs": "^2.4.0",
    "morgan": "^1.6.1",
    "nanocyte-configuration-generator": "^5.5.1",
    "nanocyte-configuration-saver-mongo": "^1.3.0",
    "nanocyte-deployer": "^5.4.0",
    "nanocyte-iot-app-publisher": "^6.0.0",
    "node-uuid": "^1.4.3",
    "simple-benchmark": "^1.0.7"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "coffee-coverage": "^1.0.1",
    "coffee-script": "^1.10.0",
    "istanbul": "^0.4.4",
    "mocha": "^2.3.3",
    "mocha-istanbul": "^0.2.0",
    "semver": "^5.3.0",
    "sinon": "^1.17.0",
    "sinon-chai": "^2.8.0",
    "nyc": "^8.3.0",
    "mocha-osx-reporter": "^0.1.2",
    "mocha-multi": "^0.9.1"
  },
  "optionalDependencies": {
    "hiredis": "^0.4.1"
  }
}