forked from sourcecode911/i18n-nationality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1015 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@enroly/i18n-nationality",
"version": "1.1.1",
"description": "i18n for nationality",
"typings": "index.d.ts",
"keywords": [
"i18n",
"alpha",
"alpha-2",
"alpha-3",
"numeric",
"nationality",
"nationalities"
],
"author": {
"name": "Mike Goebel",
"email": "[email protected]"
},
"contributors": [
{
"name": "Mike Goebel",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"@types/diacritics": "^1.3.1",
"diacritics": "^1.3.0"
},
"devDependencies": {
"assert-plus": "1.0.0",
"mocha": "6.1.4",
"jshint": "2.10.2",
"madge": "3.4.4",
"istanbul": "0.4.5"
},
"main": "entry-node",
"browser": "index",
"engines": {
"node": ">= 6"
},
"scripts": {
"test": "make test",
"deploy": "npm publish"
},
"bugs": {
"url": "https://github.com/sourcecode911/i18n-nationality/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}