{
"name": "express-minify-html-handlebars-example",
"version": "0.0.1",
"description": "Handlebars.js example for this middleware",
"main": "handlebars-example.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node handlebars-example.js"
},
"author": "Matti Jokitulppo ",
"license": "MIT",
"dependencies": {
"express": "^4.13.3",
"express-handlebars": "^2.0.1"
}
}