-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 872 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": "asian-games-api",
"version": "1.0.0",
"description": "Unofficial Asian Games API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prakashdivyy/asian-games-api.git"
},
"keywords": [
"API",
"Sports"
],
"author": "Prakash Divy",
"license": "ISC",
"bugs": {
"url": "https://github.com/prakashdivyy/asian-games-api/issues"
},
"homepage": "https://github.com/prakashdivyy/asian-games-api#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"country-data": "git+https://github.com/prakashdivyy/country-data.git",
"express": "^4.16.3",
"express-async-handler": "^1.1.4",
"lodash": "^4.17.10",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}