handlebars-ipinfo/package.json

31 lines
739 B
JSON
Raw Normal View History

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",
2017-06-02 19:18:22 +10:00
"@types/fetch-jsonp": "^1.0.0",
2017-06-02 19:00:15 +10:00
"@types/handlebars": "^4.0.32",
2017-06-02 18:41:32 +10:00
"@types/node": "^7.0.23",
2017-06-01 20:36:18 +10:00
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
2017-06-02 19:18:22 +10:00
"fetch-jsonp": "^1.0.7",
2017-06-02 18:41:32 +10:00
"handlebars": "^4.0.10",
"nodemon": "^1.11.0",
"ts-node": "^3.0.4",
"typescript": "^2.3.4"
},
"devDependencies": {}
2017-06-02 19:00:15 +10:00
}