{
  "name": "loopback-component-evoke",
  "description": "wip - doc to come",
  "main": "src/index.js",
  "scripts": {
    "commit": "git-cz",
    "test": "mocha src/index.test.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pessato/loopback-component-evoke.git"
  },
  "author": "James Pessato <pessato1@gmail.com> (http://pessa.to/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pessato/loopback-component-evoke/issues"
  },
  "homepage": "https://github.com/pessato/loopback-component-evoke#readme",
  "devDependencies": {
    "chai": "3.5.0",
    "commitizen": "2.8.6",
    "cz-conventional-changelog": "1.2.0",
    "mocha": "3.0.2",
    "semantic-release": "^4.3.5"
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  },
  "dependencies": {
    "lodash": "4.15.0"
  },
  "version": "0.1.1"
}