UNPKG

652 BJSONView Raw
1{
2 "name": "decline-word",
3 "version": "1.2.5",
4 "description": "Declines words in Russian, Ukrainian and English languages.",
5 "main": "declineWord.js",
6 "directories": {
7 "test": "test"
8 },
9 "keywords": [
10 "decline word",
11 "word declination"
12 ],
13 "scripts": {
14 "test": "mocha test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/ArthurKa/decline-word.git"
19 },
20 "author": "ArthurKa",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/ArthurKa/decline-word/issues"
24 },
25 "homepage": "https://github.com/ArthurKa/decline-word#readme",
26 "devDependencies": {
27 "mocha": "^6.2.1"
28 }
29}