{
  "name": "rest-verify",
  "version": "0.0.18",
  "scripts": {
    "start": "coffee lib/main.coffee",
    "prepublish": "coffee --bare --compile --output lib/ src/lib/; coffee --bare --compile --output bin/ src/bin/; cat shebang bin/rest-verify.js > bin/rest-verify; rm bin/rest-verify.js",
    "postpublish": "rm -rf lib/ bin/",
    "test": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --coffee spec/"
  },
  "main": "bin/rest-verify",
  "bin": "bin/rest-verify",
  "dependencies": {
    "js-yaml": "~3.0.2",
    "underscore": "~1.6.0",
    "jasmine-node": "~1.14.3",
    "optimist": "~0.6.1",
    "lingo": "~0.0.5",
    "simple-oauth2": "~0.1.9",
    "cli-color": "~0.2.3"
  }
}
