{
  "name": "swagger-node-express",
  "version": "2.1.3",
  "author": {
    "name": "Tony Tam",
    "email": "fehguy@gmail.com",
    "url": "http://swagger.io"
  },
  "contributors": [
    {
      "name": "Pauh Hill",
      "email": "phill@kixeye.com"
    }
  ],
  "description": "Wordnik swagger implementation for the express framework",
  "repository": {
    "type": "git",
    "url": "https://github.com/swagger-api/swagger-node-express"
  },
  "keywords": [
    "http",
    "rest",
    "swagger",
    "server"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.8.x"
  },
  "dependencies": {
    "lodash": "1.3.1"
  },
  "devDependencies": {
    "express": "3.x",
    "docco": "0.4.x",
    "cors": "2.1.1",
    "mocha": "~1.20.0",
    "should": "~4.0.0",
    "once": "~1.3.0",
    "request": "~2.36.0",
    "jshint": "~2.3.0"
  },
  "license": "apache 2.0",
  "scripts": {
    "pretest": "jshint lib",
    "test": "mocha -r should './test/**/*.js'",
    "start": "node sample-application/app.js"
  }
}
