-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.25 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@babajidemm/african-countries-api",
"version": "1.1.3",
"description": "A Node.js library that provides APIs to get useful data about African countries including their cities (with more than 500 inhabitants).",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=text-lcov mocha -timeout=30000 test/*",
"coverage": "nyc --reporter=text-lcov report | coveralls"
},
"author": "Babajide Mayowa Moibi <[email protected]> ([email protected])",
"license": "MIT",
"keywords": [
"african",
"countries",
"api",
"african-countries-api",
"african-countries",
"AfricanCountriesAPI",
"json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/babajidemm/african-countries-api.git"
},
"bugs": {
"url": "https://github.com/babajidemm/african-countries-api/issues"
},
"homepage": "https://github.com/babajidemm/african-countries-api#readme",
"directories": {
"test": "test"
},
"dependencies": {
"http-response-object": "^3.0.2",
"mocha": "^8.0.1",
"underscore": "^1.10.2"
},
"devDependencies": {
"coveralls": "^3.1.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"split2": "^3.1.1",
"through2": "^4.0.2"
}
}