UNPKG

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