-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 988 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
{
"name": "transliteration-with-spice",
"version": "0.2.9",
"description": "This is a tool that allows to generate all common used transliterations.",
"homepage": "https://github.com/otanim/transliteration-with-spice",
"author": "Arman Yeghiazaryan <[email protected]> (http://otanim.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/otanim/transliteration-with-spice.git"
},
"license": "GPL-3.0",
"keywords": [
"translit",
"translit-hy",
"translit-ru",
"hy-ru",
"hy-en",
"ru-en",
"ascii",
"cyrillic",
"armenian",
"russian",
"english",
"transliteration",
"hy",
"hay",
"am",
"հայ",
"ру",
"рус",
"ru"
],
"dependencies": {
"lodash": "^4.17.21"
},
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/otanim/transliteration-with-spice/issues"
},
"main": "index.js",
"devDependencies": {
"mocha": "^8.4.0"
}
}