forked from michaelwittig/node-i18n-iso-countries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.28 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
{
"name": "i18n-iso-countries",
"version": "1.6.0",
"description": "i18n for ISO 3166-1 country codes",
"keywords": [
"i18n",
"iso",
"3166",
"iso 3166",
"iso 3166-1",
"alpha",
"alpha-2",
"alpha-3",
"numeric",
"country",
"countries",
"ar",
"cs",
"de",
"en",
"es",
"et",
"fi",
"fr",
"it",
"nb",
"nl",
"nn",
"no",
"pl",
"pt",
"ru",
"sv",
"tr",
"zh"
],
"author": {
"name": "Andreas Wittig",
"email": "[email protected]"
},
"contributors": [
{
"name": "Michael Wittig",
"email": "[email protected]"
},
{
"name": "Bedis ElAcheche",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/michaelwittig/node-i18n-iso-countries.git"
},
"dependencies": {
"pad": "1.0.0"
},
"devDependencies": {
"assert-plus": "0.2.0",
"mocha": "2.3.4",
"jshint": "2.8.0",
"madge": "0.5.3",
"npmedge": "0.2.2",
"istanbul": "0.4.1"
},
"main": "index",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "make test"
},
"bugs": {
"url": "https://github.com/michaelwittig/node-i18n-iso-countries/issues"
}
}