{
  "name": "hello-world-app",
  "version": "0.0.0",
  "description": "damnjs example of standalone hello world app",
  "private": true,
  "main": "./index.coffee",
  "scripts": {
    "test": "mocha --compilers coffee:damnjs/coffee-register test.coffee"
  },
  "dependencies": {
    "damnjs": "file:../../../"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.2.5",
    "should": "^7.0.4",
    "supertest": "^1.0.1"
  }
}
