{
  "name": "connect-coffee-script",
  "version": "0.2.1",
  "description": "Simple connect middleware to serve CoffeeScript files",
  "homepage": "https://github.com/wdavidw/node-connect-coffee-script",
  "author": "David Worms <david@adaltas.com> (http://www.adaltas.com)",
  "license": "BSD-3-Clause",
  "contributors": [
    "David Worms <david@adaltas.com> (http://www.adaltas.com)",
    "Dave Wasmer <davewasmer@gmail.com> (https://github.com/davewasmer)",
    "Simon Lydell (https://github.com/lydell)",
    "Garry Yao <yaojun85@gmail.com> (https://github.com/garryyao)",
    "Vishnu Iyengar (https://github.com/pathsny)",
    "Junyuan (https://github.com/conan007ai)"
  ],
  "engines": { "node": ">= 0.6.0" },
  "dependencies" : {
    "coffee-script": ">=1.8.x",
    "debug" : ">=2.0.0",
    "mkdirp": ">=0.5.0"
  },
  "devDependencies" : {
    "connect" : ">=3.2.0",
    "mocha": ">=1.21.4",
    "rimraf" : ">=2.2.8",
    "should": ">=4.0.4"
  },
  "keywords": ["connect", "express", "coffeescript"],
  "repository": {
    "type" : "git",
    "url" : "https://github.com/wdavidw/node-connect-coffee-script.git"
  },
  "scripts": {
    "test": "make test"
  }
}
