{
  "_from": "swagger-ui@^2.2.5",
  "_id": "swagger-ui@2.2.10",
  "_inBundle": false,
  "_integrity": "sha1-sl56IWZOXZC/OR2zDbCN5B6FLXs=",
  "_location": "/swagger-ui",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "swagger-ui@^2.2.5",
    "name": "swagger-ui",
    "escapedName": "swagger-ui",
    "rawSpec": "^2.2.5",
    "saveSpec": null,
    "fetchSpec": "^2.2.5"
  },
  "_requiredBy": [
    "/loopback-component-explorer"
  ],
  "_resolved": "http://registry.npmjs.org/swagger-ui/-/swagger-ui-2.2.10.tgz",
  "_shasum": "b25e7a21664e5d90bf391db30db08de41e852d7b",
  "_spec": "swagger-ui@^2.2.5",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop/node_modules/loopback-component-explorer",
  "author": {
    "name": "Tony Tam",
    "email": "fehguy@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/swagger-api/swagger-ui/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Mohsen Azimi",
      "email": "me@azimi.me"
    }
  ],
  "deprecated": "No longer maintained, please upgrade to swagger-ui@3.",
  "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
  "devDependencies": {
    "chai": "^2.1.0",
    "cors": "^2.5.3",
    "docco": "^0.7.0",
    "es5-shim": "^4.5.9",
    "event-stream": "^3.2.2",
    "express": "^4.12.0",
    "gulp": "^3.8.11",
    "gulp-clean": "^0.3.1",
    "gulp-concat": "^2.5.2",
    "gulp-connect": "^2.2.0",
    "gulp-cssnano": "^2.1.2",
    "gulp-declare": "^0.3.0",
    "gulp-header": "^1.2.2",
    "gulp-jshint": "^1.10.0",
    "gulp-less": "^3.0.1",
    "gulp-order": "^1.1.1",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^2.2.0",
    "gulp-uglify": "^1.1.0",
    "gulp-watch": "^4.1.1",
    "gulp-wrap": "^0.11.0",
    "handlebars": "^4.0.5",
    "http-server": "^0.8.0",
    "jshint-stylish": "^1.0.1",
    "karma": "0.13.19",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "0.2.2",
    "karma-mocha": "0.2.1",
    "karma-phantomjs-launcher": "0.2.3",
    "karma-sinon-chai": "1.1.0",
    "less": "^2.4.0",
    "mocha": "^2.1.0",
    "phantomjs": "1.9.19",
    "run-sequence": "^1.2.2",
    "selenium-webdriver": "^2.45.0",
    "sinon-chai": "2.8.0",
    "swagger-client": "2.1.29"
  },
  "homepage": "http://swagger.io",
  "license": "Apache-2.0",
  "main": "dist/swagger-ui.js",
  "name": "swagger-ui",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swagger-api/swagger-ui.git"
  },
  "scripts": {
    "build": "npm run handlebars && gulp",
    "handlebars": "handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
    "jshint": "jshint .",
    "prejshint": "gulp",
    "pretest": "npm run jshint",
    "serve": "gulp serve",
    "test": "mocha"
  },
  "version": "2.2.10"
}
