-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "mirage-translate-languages",
"description": "Maps supported languages by the Mirage Translate API.",
"version": "1.0.2",
"homepage": "https://github.com/mirage-ai-com/mirage-translate-languages",
"license": "MIT",
"author": {
"name": "Eliott Vincent",
"email": "[email protected]",
"url": "https://eliottvincent.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/mirage-ai-com/mirage-translate-languages.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mirage-ai-com/mirage-translate-languages/blob/master/LICENSE"
}
],
"main": "src/index.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"bump_version": "node ./res/scripts/bump_version.js",
"release": "./res/scripts/release.sh",
"test": "nodeunit ./test/index.js",
"update": "node ./res/scripts/update.js"
},
"devDependencies": {
"nodeunit-x": "0.14.0"
},
"keywords": [
"mirage",
"translate",
"translation",
"language",
"languages",
"language-list",
"BCP 47",
"ISO 3166-1"
]
}