{
  "name": "@runnable/orion",
  "version": "1.6.0",
  "description": "Orion, the huntstman, in charge of tracking down big game, in this case big customers.",
  "main": "index.js",
  "dependencies": {
    "101": "^1.5.0",
    "bluebird": "^3.3.5",
    "intercom-client": "^2.8.7",
    "keypather": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-preset-es2015": "^6.6.0",
    "code": "^3.0.1",
    "in-publish": "^2.0.0",
    "jsdoc": "^3.4.0",
    "lab": "^10.3.2",
    "sinon": "^1.17.3",
    "standard": "^7.0.1"
  },
  "scripts": {
    "build": "babel --out-dir . lib",
    "prepublish": "not-in-install && npm run generatedoc && npm run build || in-install",
    "generatedoc": "jsdoc lib/* -d doc/",
    "doc": "npm run generatedoc; open -a 'Google Chrome' doc/index.html",
    "lint": "standard --verbose",
    "unit": "lab -v -c -a code",
    "test": "npm run lint && npm run unit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Runnable/orion.git"
  },
  "keywords": [
    "intercom"
  ],
  "author": "Ryan Kahn <kahn@runnable.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Runnable/orion/issues"
  },
  "homepage": "https://github.com/Runnable/orion#readme",
  "private": false
}
