-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 Bytes
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-mapper",
"version": "1.2.1",
"description": "Map from custom names to ISO 3166",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Laboratory/country-mapper"
},
"keywords": [
"country",
"mapper",
"scoringbar"
],
"author": "Vitaly Nikitin (vit.nikitin@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Laboratory/country-mapper/issues"
},
"homepage": "https://github.com/Laboratory/country-mapper",
"dependencies": {
"country-data": "0.0.31",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^6.2.2",
"standard": "*"
}
}