{
  "_from": "loopback-boot@^2.6.5",
  "_id": "loopback-boot@2.26.0",
  "_inBundle": false,
  "_integrity": "sha512-9nP5YAEH2z/ujAxulZhKSIlFUF9GHMSam1X1qrng9QmbJJMYxKCkGmJ3HS7eeix3bLrO/mFHG2beozF4bXoDmA==",
  "_location": "/loopback-boot",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "loopback-boot@^2.6.5",
    "name": "loopback-boot",
    "escapedName": "loopback-boot",
    "rawSpec": "^2.6.5",
    "saveSpec": null,
    "fetchSpec": "^2.6.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/loopback-boot/-/loopback-boot-2.26.0.tgz",
  "_shasum": "b701bd551de5dbc3ea0d781690cade6c12ecc511",
  "_spec": "loopback-boot@^2.6.5",
  "_where": "/var/www/html/recipes/api/recipes",
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/strongloop/loopback-boot/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "~0.9.0",
    "commondir": "0.0.1",
    "debug": "^2.0.0",
    "lodash": "^3.6.0",
    "semver": "^4.1.0",
    "strong-globalize": "^2.6.2",
    "toposort": "^0.2.10"
  },
  "deprecated": false,
  "description": "Convention-based bootstrapper for LoopBack applications",
  "devDependencies": {
    "bluebird": "^3.1.1",
    "browserify": "^4.1.8",
    "chai": "^1.10.0",
    "coffee-script": "^1.8.0",
    "coffeeify": "^0.7.0",
    "eslint": "^2.5.3",
    "eslint-config-loopback": "^1.0.0",
    "fs-extra": "^0.12.0",
    "loopback": "^2.16.3",
    "mocha": "^1.19.0",
    "supertest": "^0.14.0"
  },
  "homepage": "https://github.com/strongloop/loopback-boot#readme",
  "keywords": [
    "StrongLoop",
    "LoopBack",
    "Configuration",
    "Bootstrap"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "loopback-boot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strongloop/loopback-boot.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npm run lint",
    "test": "mocha"
  },
  "version": "2.26.0"
}
