{
  "name": "dustjs-example-hoffman",
  "version": "1.0.0",
  "description": "Use Hoffman to enhance Dust streaming with Express",
  "main": "app.js",
  "dependencies": {
    "express": "^4.12.3",
    "hoffman": "^0.1.4",
    "request": "^2.53.0"
  },
  "scripts": {
    "start": "node app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
