-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 915 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
{
"name": "translitit-mkhedruli-georgian-to-latin",
"version": "1.0.0",
"description": "A Mkhedruli Georgian to International Phonetic Alphabet transliteration module",
"author": "Batumi App Devs <[email protected]>",
"repository": "[email protected]:batumi/translitit-mkhedruli-georgian-to-latin.git",
"main": "lib/translitit-mkhedruli-georgian-to-latin.js",
"dependencies": {
"translitit-engine": "0.1.1"
},
"devDependencies": {
"browserify": "^3.44.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"scripts": {
"build": "browserify index.js -o translitit-mkhedruli-georgian-to-latin.js",
"lint": "jshint lib test",
"preversion": "npm run build && npm test",
"test": "mocha test",
"watch": "mocha -w test"
},
"keywords": [
"kartuli",
"georgian",
"transliteration",
"ipa",
"international phonetic alhpabet"
],
"engine": "*"
}