{
  "name": "nanocyte-configuration-generator",
  "version": "2.2.1",
  "description": "Generate Nanocyte configuration from an Octoblu flow",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/nanocyte-configuration-generator.git"
  },
  "keywords": [
    "octoblu",
    "meshblu",
    "nanocyte",
    "IoT"
  ],
  "author": "sqrt@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",
    "sinon": "^1.16.1",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "jsonfile": "^2.2.2",
    "lodash": "^3.10.1",
    "node-uuid": "^1.4.3",
    "request": "^2.63.0",
    "s3": "^4.4.0"
  }
}