mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-24 05:21:29 +11:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "handlebars-ipinfo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com//ngaalex/handlebars-ipinfo"
|
|
},
|
|
"author": "Alex Janka",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.15.3",
|
|
"express-handlebars": "^3.0.0",
|
|
"handlebars": "^4.0.10"
|
|
}
|
|
}
|