{
  "name": "generator-meshblu-connector",
  "version": "15.0.5",
  "description": "A generator for Yeoman",
  "keywords": [
    "yeoman-generator"
  ],
  "homepage": "https://github.com/octoblu/generator-meshblu-connector",
  "bugs": "https://github.com/octoblu/generator-meshblu-connector/issues",
  "author": {
    "name": "Octoblu",
    "url": "https://github.com/octoblu"
  },
  "main": "app/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/octoblu/generator-meshblu-connector.git"
  },
  "bin": {
    "update-meshblu-connector": "./update-meshblu-connector",
    "test-meshblu-connector": "./test-meshblu-connector",
    "test-meshblu-connector-local": "./test-meshblu-connector-local"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha test/*spec.coffee"
  },
  "dependencies": {
    "coffee-script": "^1.12.6",
    "fs-cson": "^0.3.2",
    "github": "0.2.4",
    "html-wiring": "^1.2.0",
    "lodash": "^4.13.1",
    "yeoman-generator": "^1.1.1"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "glob": "^7.1.2",
    "lodash": "^4.13.1",
    "mocha": "^3.4.2",
    "npm": "^5.0.3",
    "rimraf": "^2.5.2",
    "sinon": "^2.3.4",
    "sinon-chai": "^2.11.0",
    "yeoman-assert": "^3.0.0",
    "yeoman-test": "^1.1.0"
  },
  "peerDependencies": {
    "yo": "^2.0.0"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT"
}
