{
  "name": "overloop-test",
  "version": "0.4.0",
  "homepage": "",
  "bugs": {
    "url": "",
    "email": "tech@overloop.io"
  },
  "license": "Owned by Overloop",
  "main": "main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/overloop-io/overloop-test"
  },
  "scripts": {
    "test": "grunt test",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "dependencies": {
    "angular-mocks": "^1.5.7",
    "chai": "^3.5.0",
    "electron-prebuilt": "^1.2.5",
    "glob": "^7.0.3",
    "grunt-apidoc": "^0.11.0",
    "grunt-blanket": "0.0.10",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-gitinfo": "^0.1.8",
    "grunt-karma": "^2.0.0",
    "grunt-markdown": "^0.7.0",
    "grunt-mocha-test": "^0.12.7",
    "jasmine-core": "^2.4.1",
    "karma": "^1.1.0",
    "karma-electron-launcher": "^0.1.0",
    "karma-jasmine": "^1.0.2",
    "loadtest": "^1.4.0",
    "lodash": "^0.9.2",
    "mocha": "^2.5.3",
    "request": "^2.69.0",
    "rewire": "^2.5.1",
    "sinon": "^1.17.4",
    "yargs": "^4.7.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "~0.1.13"
  },
  "peerDependencies": {
    "mongoose": "4.9.3"
  },
  "engines": {
    "node": "^4.3.0",
    "npm": "^2.14.12"
  },
  "private": true
}
