{
  "name": "swagger",
  "version": "0.7.5",
  "description": "The Swagger command-line. Provides Swagger utilities and project lifecycle support.",
  "keywords": [
    "swagger",
    "api",
    "apis",
    "connect",
    "express"
  ],
  "author": "Scott Ganyo <sganyo@apigee.com>",
  "license": "Apache 2.0",
  "preferGlobal": true,
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/swagger-api/swagger-node.git"
  },
  "dependencies": {
    "async": "^1.2.1",
    "commander": "^2.7.1",
    "connect": "^3.3.5",
    "debug": "^2.1.3",
    "fs-extra": "^0.24.0",
    "inquirer": "^0.10.0",
    "js-yaml": "^3.3.0",
    "lodash": "^3.10.0",
    "mocha": "^2.2.1",
    "nodemon": "^1.3.7",
    "serve-static": "^1.9.2",
    "swagger-converter": "^0.2.0",
    "swagger-editor": "^2.9.2",
    "swagger-test-templates": "^1.2.0",
    "swagger-tools": "^0.9.0"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "mock-stdin": "^0.3.0",
    "proxyquire": "^1.4.0",
    "should": "^7.1.0",
    "sinon": "^1.15.4",
    "superagent": "^1.1.0",
    "supertest": "^1.1.0",
    "tmp": "^0.0.28",
    "z-schema": "^3.14.0"
  },
  "scripts": {
    "test": "mocha -u exports -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
    "coverage": "istanbul cover _mocha -- -u exports -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
    "start": "node app.js"
  },
  "bin": {
    "swagger": "bin/swagger.js",
    "swagger-project": "bin/swagger-project.js"
  }
}
