forked from algoan-archive/node-i18n-iso-countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "i18n-iso-countries",
"version": "3.7.8-1",
"description": "i18n for ISO 3166-1 country codes",
"typings": "index.d.ts",
"keywords": [
"i18n",
"iso",
"3166",
"iso 3166",
"iso 3166-1",
"alpha",
"alpha-2",
"alpha-3",
"numeric",
"country",
"countries",
"ar",
"az",
"be",
"bg",
"bs",
"ca",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fa",
"fi",
"fr",
"he",
"hr",
"hu",
"hy",
"id",
"it",
"ja",
"ka",
"kk",
"ko",
"ky",
"lt",
"lv",
"mk",
"mn",
"nb",
"nl",
"nn",
"pl",
"pt",
"ro",
"ru",
"sk",
"sl",
"sr",
"sv",
"tg",
"tk",
"tr",
"uk",
"uz",
"zh"
],
"author": {
"name": "Andreas Wittig",
"email": "me@andreaswittig.info"
},
"contributors": [
{
"name": "Michael Wittig",
"email": "post@michaelwittig.info"
},
{
"name": "Bedis ElAcheche",
"email": "d4rk-5c0rp@ubuntu.com"
},
{
"name": "Johann Behr",
"email": "behr@oak-labs.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/michaelwittig/node-i18n-iso-countries.git"
},
"dependencies": {},
"devDependencies": {
"assert-plus": "1.0.0",
"mocha": "5.2.0",
"jshint": "2.9.6",
"madge": "2.2.0",
"istanbul": "0.4.5"
},
"main": "entry-node",
"browser": "index",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "make test"
},
"bugs": {
"url": "https://github.com/michaelwittig/node-i18n-iso-countries/issues"
}
}