decline-word
Version:
Declines words in Russian, Ukrainian and English languages.
26 lines (25 loc) • 588 B
JSON
{
"name": "decline-word",
"version": "1.1.0",
"description": "Declines words in Russian, Ukrainian and English languages.",
"main": "declineWord.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArthurKa/decline-word.git"
},
"author": "ArthurKa",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArthurKa/decline-word/issues"
},
"homepage": "https://github.com/ArthurKa/decline-word#readme",
"devDependencies": {
"mocha": "^6.2.1"
}
}