-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 968 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
53
{
"name": "iso639-codes",
"main": "index.json",
"preferGlobal": false,
"version": "1.0.1",
"description": "ISO639 Codes for JavaScript",
"author": {
"name": "Tiago Danin",
"email": "TiagoDanin@outlook.com",
"url": "https://TiagoDanin.github.io"
},
"license": "MIT",
"keywords": [
"code-locality",
"codes",
"i18n",
"iso",
"iso639",
"iso639-1",
"iso639-2",
"json",
"languages",
"locale",
"locales"
],
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"engines": {
"node": ">=v8.17.0"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/TiagoDanin/ISO639-Codes.git"
},
"homepage": "https://TiagoDanin.github.io/ISO639-Codes",
"bugs": {
"url": "https://github.com/TiagoDanin/ISO639-Codes/issues"
},
"github": {
"name": "ISO639-Codes",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"index.json"
],
"dependencies": {},
"devDependencies": {}
}