{
  "name": "casper",
  "version": "0.1.1",
  "description": "Helpers and handlers for building APIs in express.",
  "main": "index.js",
  "scripts": {
    "test": "tap ./test"
  },
  "repository": "git@github.com:phuu/casper.git",
  "author": "Tom Ashworth",
  "license": "MIT",
  "devDependencies": {
    "underscore": "~1.4.4",
    "tap": "~0.4.1",
    "sinon": "~1.6.0"
  }
}
