{
  "author": "Manuel Astudillo <manuel@optimalbits.com> (http://optimalbits.com)",
  "name": "cabinet",
  "description": "A fast static file server loaded with useful features",
  "version": "0.3.11",
  "main": "./index.js",
  "engines": {
    "node": ">=0.6.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OptimalBits/cabinet.git"
  },
  "dependencies": {
    "async": "^0.9.0",
    "bluebird": "^2.2.2",
    "coffee-script": "*",
    "fresh": "^0.2.2",
    "less": "^1.7.4",
    "lodash": "^2.4.1",
    "mime": "^1.2.11",
    "minimatch": "^3.0.3",
    "node-uuid": "^1.4.1",
    "range-parser": "^1.0.0",
    "requirejs": "^2.1.14",
    "stylus": "^0.47.3",
    "typescript": "^1.0.1",
    "uglify-js": "1.3.4",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "connect": "2.x",
    "mocha": "*",
    "should": "*",
    "expect.js": "*",
    "supertest": "0.0.1",
    "send": "*",
    "node-static": "*",
    "lightnode": "*"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --globals requirejsVars"
  }
}
