senselogic-lingo
Version:
Text localization and processing.
32 lines (31 loc) • 750 B
JSON
{
"name": "senselogic-lingo",
"description": "Text localization and processing.",
"version": "0.1.8",
"author": "Eric Pelzer <ecstatic.coder@gmail.com>",
"license": "LGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/senselogic/LINGO.git"
},
"bugs": {
"url": "https://github.com/senselogic/LINGO/issues"
},
"homepage": "https://github.com/senselogic/LINGO",
"type": "module",
"main": "index.js",
"files": [
"conversion.js",
"index.js",
"localization.js",
"processing.js",
"test.js",
"README.md"
],
"keywords": [
"lingo"
],
"scripts": {
"test": "node test.js"
}
}