-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 910 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
34
35
36
37
38
39
{
"name": "countries-information",
"version": "0.9.3",
"description": "Get Country codes, languages, currency codes, emojis, phone codes, search countries and more (case insensitive)",
"homepage": "https://github.com/svenkatreddy/countries-information",
"bugs": {
"url": "https://github.com/svenkatreddy/countries-information/issues"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/svenkatreddy/countries-information"
},
"keywords": [
"countries",
"info",
"data",
"currency",
"code"
],
"author": "Venkat Reddy",
"license": "MIT",
"devDependencies": {
"canonical-json": "~0.0.4",
"chai": ">1.8.1",
"csv": "~5.3",
"mocha": "^7.1.1"
},
"dependencies": {
"underscore": ">1.4.4",
"currency-symbol-map": "~4"
},
"engines": {
"node": ">=4.0"
}
}