Add express & handlebars

This commit is contained in:
Alex Janka 2017-06-01 20:36:18 +10:00
parent 4d590bb678
commit 1062efdb74

View file

@ -11,5 +11,10 @@
"url": "https://github.com//ngaalex/handlebars-ipinfo" "url": "https://github.com//ngaalex/handlebars-ipinfo"
}, },
"author": "Alex Janka", "author": "Alex Janka",
"license": "ISC" "license": "ISC",
"dependencies": {
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10"
}
} }