forked from michaelwittig/node-i18n-iso-countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 1.6 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
{
"name": "i18n-iso-countries",
"version": "3.1.0",
"description": "i18n for ISO 3166-1 country codes",
"typings": "index.d.js",
"keywords": [
"i18n",
"iso",
"3166",
"iso 3166",
"iso 3166-1",
"alpha",
"alpha-2",
"alpha-3",
"numeric",
"country",
"countries",
"ar",
"az",
"be",
"bg",
"bs",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fa",
"fi",
"fr",
"he",
"hr",
"hu",
"hy",
"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"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/michaelwittig/node-i18n-iso-countries.git"
},
"dependencies": {},
"devDependencies": {
"assert-plus": "1.0.0",
"mocha": "3.5.0",
"core-js": "^2.5.1",
"jshint": "2.9.5",
"madge": "2.1.0",
"npmedge": "0.2.2",
"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"
}
}