forked from indic-transliteration/common_maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (15 loc) · 734 Bytes
/
package.json
File metadata and controls
16 lines (15 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "@indic-transliteration/common_maps",
"version": "1.0.5",
"description": "Shared string to string maps stored as TOML files, used for transliteration from one script to another. Example users: [sanscript.js](https://github.com/indic-transliteration/sanscript.js) and [indic-transliteration_py](https://github.com/indic-transliteration/indic-transliteration_py).",
"repository": {
"type": "git",
"url": "git+https://github.com/indic-transliteration/common_maps.git"
},
"author": "Arun Prasad and Sanskrit coders",
"license": "MIT",
"bugs": {
"url": "https://github.com/indic-transliteration/common_maps/issues"
},
"homepage": "https://github.com/indic-transliteration/common_maps#readme"
}