-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 942 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
{
"name": "language-name-map",
"version": "0.3.0",
"description": "A function to lookup the language name for a given locale code. In data included: english names, native names and directionality.",
"main": "language-name-map.js",
"scripts": {
"test": "standard && tape test.js | tap-spec"
},
"author": "Yurii Derevych",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/dejurin/language-name-map/issues"
},
"keywords": [
"languages",
"lang",
"language",
"code",
"name",
"iso",
"locales",
"map",
"list",
"l10n",
"l18n",
"localization",
"world",
"native language",
"English language",
"list of languages",
"language list"
],
"repository": {
"type": "git",
"url": "[email protected]:dejurin/language-name-map.git"
},
"devDependencies": {
"tape": "^4.13.0",
"standard": "^14.3.1",
"tap-spec": "^5.0.0"
}
}