{
  "name": "api-docs",
  "version": "0.0.1",
  "description": "Connect middleware for serving API documentation.",
  "main": "./lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "babel": "^5.6.14",
    "babel-core": "^5.6.18",
    "babel-eslint": "^3.1.23",
    "gulp": "^3.9.0",
    "gulp-eslint": "^0.15.0",
    "gulp-babel": "^5.2.0",
    "eslint": "^0.24.1",
    "mocha": "^2.2.1",
    "chai": "^2.2.0"
  },
  "scripts": {
    "start": "node .",
    "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register",
    "tdd": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register --watch",
    "prepublish": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philcockfield/api-docs"
  },
  "keywords": [
    "api,documentation,connect,express,middleware,react"
  ],
  "author": {
    "name": "Phil Cockfield",
    "email": "phil@cockfield.net",
    "url": "https://github.com/philcockfield"
  },
  "homepage": "https://github.com/philcockfield/api-docs",
  "license": "MIT"
}