vtranslit-scheme-loader
Version:
Webpack loader to convert vtranslit schemes written in YAML to js object.
30 lines (29 loc) • 800 B
JSON
{
"name": "vtranslit-scheme-loader",
"version": "0.2.0",
"description": "Webpack loader to convert vtranslit schemes written in YAML to js object.",
"keywords": [
"ITRANS",
"vtranslit",
"indic scripts"
],
"homepage": "https://github.com/vipranarayan14/vtranslit-scheme-loader#readme",
"bugs": {
"url": "https://github.com/vipranarayan14/vtranslit-scheme-loader/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vipranarayan14/vtranslit-scheme-loader.git"
},
"license": "MIT",
"author": "Prasanna Venkatesh T S <vipranarayan14@gmail.com>",
"main": "index.js",
"scripts": {
"build": "webpack",
"postversion": "git push && git push --tags"
},
"devDependencies": {},
"dependencies": {
"js-yaml": "3.13.1"
}
}