{
  "name": "can-i",
  "version": "1.2.3",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "@types/core-js": "^0.9.34",
    "@types/lodash": "^4.14.38",
    "@types/mocha": "^2.2.32",
    "@types/sinon": "^1.16.31",
    "@types/superagent": "^2.0.35",
    "babel-cli": "^6.18.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "betterunit": "^1.2.4",
    "body-parser": "^1.15.2",
    "gh-pages": "^0.12.0",
    "gitbook": "^3.2.2",
    "gitbook-cli": "^2.3.0",
    "mocha": "^3.2.0",
    "must": "^0.13.2",
    "sinon": "^1.17.6",
    "source-map-support": "^0.4.6",
    "superagent": "^3.1.0",
    "typedoc": "https://github.com/DatenMetzgerX/typedoc/tarball/typescript-2-build",
    "typescript": "rc",
    "typings": "^2.0.0"
  },
  "dependencies": {
    "body-parser": "^1.15.2",
    "@types/express": "^4.0.33",
    "@types/glob": "^5.0.30",
    "bunyan": "^1.8.5",
    "consolidate": "^0.14.1",
    "core-js": "^2.4.1",
    "cron": "^1.1.1",
    "es6-map": "^0.1.4",
    "express": "^4.14.0",
    "glob": "^7.1.1",
    "limberjack": "^1.3.2",
    "lodash": "^4.16.6",
    "mkdirp": "^0.5.1",
    "node-cron": "^1.1.2",
    "reflect-metadata": "^0.1.8",
    "tiny-emitter": "^1.1.0"
  },
  "scripts": {
    "test": "mocha",
    "alpha": "npm publish --tag alpha",
    "doc:live": "fsmonitor -s -d docs cmd /c npm run doc",
    "doc:dev": "concurrently \"live-server _book --wait 1600\" \"npm run doc:live\"",
    "doc:features": "echo > ./_book/.nojekyll",
    "doc:book": "gitbook build",
    "doc:class": "typedoc --name \"Can I Framework\" --readme ./README.md --out ./_book/classes Win Event Help IOC Middleware Config Controller Middleware Utility Work",
    "doc:class:old": "typedoc --out ./_book/classes Win Event Help IOC Middleware Config Controller Middleware Utility Work",
    "doc": "concurrently \"npm run doc:book\" \"npm run doc:class\" && npm run doc:features",
    "doc:deploy": "npm run doc && gh-pages -d ./_book --dotfiles",
    "prepublish": "npm run doc:deploy && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/shavyg2/can-i.git"
  },
  "author": "Shavauhn Gabay",
  "license": "ISC",
  "homepage": "https://bitbucket.org/shavyg2/can-i#readme",
  "description": "",
  "peerDependencies": {
    "express": "^4.14.0"
  }
}
