-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 832 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": "country-list-spanish",
"version": "0.3.2",
"description": "Get the country name in Spanish for any ISO 3166 country code, and vice versa",
"keywords": [
"countries",
"country list",
"country codes",
"country names",
"languages",
"Spanish",
"ISO 3166-1-alpha-2"
],
"homepage": "https://github.com/rubenvar/country-list-spanish#readme",
"bugs": {
"url": "https://github.com/rubenvar/country-list-spanish/issues"
},
"license": "MIT",
"author": "Rubén Vara <[email protected]> (https://rubenvara.io)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/rubenvar/country-list-spanish.git"
},
"scripts": {
"test": "mocha --watch"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2"
}
}