{
  "name": "virtual-ext",
  "description": "middleware for Express and Restify to allow file extension in url",
  "version": "0.1.1",
  "public": true,
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Steve Winberg",
    "email": "stevewin21@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scub45t3v3/virtual-ext"
  },
  "keywords": [
    "accept",
    "content",
    "negotiation",
    "virtual",
    "file",
    "extension",
    "middleware",
    "rest",
    "api"
  ],
  "scripts": {
    "pretest": "grunt",
    "test": "nyc --reporter=html --reporter=text mocha test",
    "lint": "grunt coffeelint",
    "build": "grunt"
  },
  "engines": {
    "node": ">= 6"
  },
  "devDependencies": {
    "coffeelint": "^2.1.0",
    "express": "^4.16.3",
    "grunt": "^1.0.2",
    "grunt-cli": "^1.2.0",
    "grunt-coffeelint": "0.0.16",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-coffee": "^2.0.0",
    "mocha": "^5.1.1",
    "nyc": "^11.7.1",
    "unit.js": "^2.0.0"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "mime": "^2.3.1"
  }
}
