{
  "name": "snapi2",
  "version": "2.0.5",
  "description": "An API-first RESTful server framework built on Swagger and Restify",
  "author": "Jeff Flitton",
  "engines": {
    "node": ">= 4.0.0"
  },
  "main": "lib/server.js",
  "dependencies": {
    "JSONStream": "1.3.1",
    "bluebird": "3.5.0",
    "bunyan": "1.8.12",
    "restify": "5.0.1",
    "restify-errors": "4.3.0",
    "restify-plugins": "1.6.0",
    "swagger-tools": "0.10.1",
    "swagger2-utils": "2.0.10"
  },
  "devDependencies": {
    "coffee-script": "1.12.7",
    "coffeelint": "1.16.0",
    "del": "3.0.0",
    "mocha": "3.5.0",
    "mockery": "2.1.0",
    "nyc": "11.1.0",
    "sinon": "3.0.0"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "compile": "npm run-script clean;node_modules/coffee-script/bin/coffee -cb -o lib src",
    "watch": "node_modules/coffee-script/bin/coffee -cb -o lib -w src",
    "lint": "node_modules/.bin/coffeelint src",
    "test": "node_modules/.bin/mocha $(find test -name '*.test.coffee') --compilers coffee:coffee-script/register",
    "cover": "node_modules/.bin/nyc npm test;node_modules/.bin/nyc report --reporter=html"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/jflitton/snapi"
  },
  "keywords": [
    "api-first",
    "rest",
    "swagger",
    "restify"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jflitton/snapi/issues"
  },
  "homepage": "https://github.com/jflitton/snapi",
  "nyc": {
    "extension": [
      ".coffee"
    ]
  }
}
