aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-minify-html/examples/handlebars/package.json
blob: 9b6dc5e5ace56c25a50d1430b29546cec4e98abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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 <melonmnchan@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "express": "^4.13.3",
    "express-handlebars": "^2.0.1"
  }
}