mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-24 05:21:29 +11:00
25 lines
564 B
JSON
25 lines
564 B
JSON
{
|
|
"name": "handlebars-ipinfo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "nodemon --exec ts-node -- index.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com//ngaalex/handlebars-ipinfo"
|
|
},
|
|
"author": "Alex Janka",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^7.0.23",
|
|
"express": "^4.15.3",
|
|
"express-handlebars": "^3.0.0",
|
|
"handlebars": "^4.0.10",
|
|
"nodemon": "^1.11.0",
|
|
"ts-node": "^3.0.4",
|
|
"typescript": "^2.3.4"
|
|
},
|
|
"devDependencies": {}
|
|
} |