handlebars-ipinfo/package.json

33 lines
827 B
JSON

{
"name": "handlebars-ipinfo",
"version": "1.0.0",
"description": "",
"main": "index",
"scripts": {
"start": "ts-node index.ts",
"dev-server": "nodemon --exec ts-node -- index.ts"
},
"repository": {
"type": "git",
"url": "https://github.com//ngaalex/handlebars-ipinfo"
},
"author": "Alex Janka",
"license": "ISC",
"dependencies": {
"@types/express": "^4.0.35",
"@types/express-handlebars": "0.0.29",
"@types/handlebars": "^4.0.32",
"@types/hashmap": "^2.0.29",
"@types/node": "^7.0.23",
"@types/promise": "^7.1.30",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10",
"hashmap": "^2.1.0",
"nodemon": "^1.11.0",
"promise": "^7.1.1",
"ts-node": "^3.0.4",
"typescript": "^2.3.4"
},
"devDependencies": {}
}