{
  "name": "denali",
  "version": "0.0.46",
  "description": "A batteries-included Node.js API framework",
  "homepage": "http://denalijs.org",
  "repository": "denali-js/denali",
  "author": {
    "name": "Dave Wasmer",
    "email": "davewasmer@gmail.com",
    "url": "http://davewasmer.com"
  },
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "engines": {
    "node": ">=7.6"
  },
  "files": [
    "dist",
    "denali-build.js"
  ],
  "keywords": [
    "jsonapi",
    "framework",
    "resources",
    "opinionated",
    "denali",
    "server",
    "denali-addon",
    "addon"
  ],
  "devDependencies": {
    "broccoli-funnel": "^2.0.1",
    "broccoli-merge-trees": "^2.0.0",
    "broccoli-typescript-compiler": "^2.1.0",
    "codeclimate-test-reporter": "^0.5.0",
    "jsonapi.ts": "^0.0.5",
    "nyc": "^11.2.1",
    "rimraf": "^2.6.2",
    "standard-version": "^4.2.0",
    "tslint": "^5.7.0",
    "typescript": "^2.5.3"
  },
  "scripts": {
    "build": "denali build",
    "firstbuild": "npm run bootstrap && npm run build",
    "lint": "tslint --project tsconfig.json -c tslint.json --type-check | sed \"s|$PWD/||\"",
    "bootstrap": "tsc",
    "coverage": "scripts/coverage.sh",
    "prepublishOnly": "npm run firstbuild",
    "test": "scripts/test.sh"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@denali-js/loader": "0.0.3",
    "@types/accepts": "^1.3.3",
    "@types/bluebird": "^3.5.8",
    "@types/body-parser": "^1.16.5",
    "@types/compression": "^0.0.35",
    "@types/cookie-parser": "^1.4.1",
    "@types/cors": "^2.8.1",
    "@types/debug": "^0.0.30",
    "@types/etag": "^1.8.0",
    "@types/findup-sync": "^0.3.29",
    "@types/fs-extra": "^5.0.0",
    "@types/glob": "^5.0.32",
    "@types/helmet": "^0.0.37",
    "@types/http-errors": "^1.6.1",
    "@types/inflection": "^1.5.28",
    "@types/lodash": "^4.14.76",
    "@types/mkdirp": "^0.5.1",
    "@types/morgan": "^1.7.33",
    "@types/node": "^9.4.0",
    "@types/parseurl": "^1.3.1",
    "@types/proxy-addr": "^2.0.0",
    "@types/range-parser": "^1.2.1",
    "@types/response-time": "^2.3.1",
    "@types/rimraf": "^2.0.2",
    "@types/route-parser": "^0.1.1",
    "@types/tmp": "^0.0.33",
    "@types/type-is": "^1.6.0",
    "@types/uuid": "^3.4.2",
    "@types/yargs": "^10.0.1",
    "accepts": "^1.3.4",
    "ava": "^0.25.0",
    "bluebird": "^3.4.7",
    "body-parser": "^1.18.2",
    "chalk": "^2.1.0",
    "cli-table2": "^0.2.0",
    "command-exists": "^1.0.2",
    "compression": "^1.7.1",
    "cookie-parser": "^1.4.3",
    "cors": "^2.8.4",
    "dag-map": "^2.0.2",
    "debug": "^3.1.0",
    "dedent-js": "^1.0.1",
    "denali-cli": "0.0.27",
    "findup-sync": "^2.0.0",
    "fs-extra": "^5.0.0",
    "helmet": "^3.8.2",
    "http-errors": "^1.6.2",
    "inflection": "^1.12.0",
    "jsonapi-typescript": "^0.0.8",
    "knex": "^0.14.2",
    "lodash": "^4.17.5",
    "mkdirp": "^0.5.1",
    "moment": "^2.18.1",
    "morgan": "^1.9.0",
    "parseurl": "^1.3.2",
    "protochain": "^1.0.5",
    "proxy-addr": "^2.0.2",
    "range-parser": "^1.2.0",
    "read-pkg": "^3.0.0",
    "response-time": "^2.3.1",
    "route-parser": "0.0.5",
    "tmp": "^0.0.33",
    "tree-crawl": "^1.0.2",
    "try-require": "^1.2.1",
    "tslib": "^1.7.1",
    "type-is": "^1.6.15",
    "uuid": "^3.1.0",
    "ware": "^1.3.0",
    "wordwrap": "^1.0.0",
    "yargs": "^11.0.0"
  },
  "ava": {
    "babel": "inherit"
  },
  "babel": {
    "ignore": [
      "blueprints/*/files/**",
      "test/dummy/**"
    ]
  }
}
