2017-06-01 20:16:20 +10:00
|
|
|
{
|
|
|
|
"name": "handlebars-ipinfo",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2017-06-02 19:00:15 +10:00
|
|
|
"main": "index",
|
2017-06-01 20:16:20 +10:00
|
|
|
"scripts": {
|
2017-06-02 18:41:32 +10:00
|
|
|
"serve": "nodemon --exec ts-node -- index.ts"
|
2017-06-01 20:16:20 +10:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com//ngaalex/handlebars-ipinfo"
|
|
|
|
},
|
|
|
|
"author": "Alex Janka",
|
2017-06-01 20:36:18 +10:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2017-06-02 19:00:15 +10:00
|
|
|
"@types/express": "^4.0.35",
|
|
|
|
"@types/express-handlebars": "0.0.29",
|
|
|
|
"@types/handlebars": "^4.0.32",
|
2017-06-02 18:41:32 +10:00
|
|
|
"@types/node": "^7.0.23",
|
2017-06-02 21:16:55 +10:00
|
|
|
"@types/promise": "^7.1.30",
|
2017-06-01 20:36:18 +10:00
|
|
|
"express": "^4.15.3",
|
|
|
|
"express-handlebars": "^3.0.0",
|
2017-06-02 18:41:32 +10:00
|
|
|
"handlebars": "^4.0.10",
|
|
|
|
"nodemon": "^1.11.0",
|
2017-06-02 21:16:55 +10:00
|
|
|
"promise": "^7.1.1",
|
2017-06-02 18:41:32 +10:00
|
|
|
"ts-node": "^3.0.4",
|
|
|
|
"typescript": "^2.3.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2017-06-02 21:16:55 +10:00
|
|
|
}
|