UNPKG

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