bhasha-quill
Version:
A QuillJs plugin to write in Sanskrit with support for IAST, Devanagari, and more.
30 lines (29 loc) • 776 B
JSON
{
"name": "bhasha-quill",
"version": "1.0.1",
"description": "A QuillJs plugin to write in Sanskrit with support for IAST, Devanagari, and more.",
"main": "bhasha.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trivedigaurav/bhasha-quill.git"
},
"keywords": [
"quill",
"quilljs",
"sanskrit",
"iast",
"devanagari"
],
"author": "Gaurav Trivedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/trivedigaurav/bhasha-quill/issues"
},
"homepage": "https://github.com/trivedigaurav/bhasha-quill#readme",
"dependencies": {
"@sanskrit-coders/sanscript": "git+https://github.com/trivedigaurav/sanscript.js.git"
}
}