forked from ammezie/serie-a-standings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 800 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "serie-a-standings",
"version": "1.0.0",
"description": "A sample app that demonstrates how to consume football-data RESTful API",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ammezie/serie-a-standings.git"
},
"keywords": [
"football-data",
"restful",
"api",
"nodejs"
],
"author": "Chimezie Enyinnaya",
"license": "MIT",
"bugs": {
"url": "https://github.com/ammezie/serie-a-standings/issues"
},
"homepage": "https://github.com/ammezie/serie-a-standings#readme",
"dependencies": {
"handlebars": "^4.0.6",
"hapi": "^16.0.2",
"lodash.filter": "^4.6.0",
"lodash.take": "^4.1.1",
"request": "^2.79.0",
"vision": "^4.1.1"
}
}