-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "ezplural",
"version": "1.1.2",
"description": "Easy Node.js module that, generates grammatically messages based on numeric input. Extensible, supports localization. Fast performance.",
"main": "index.js",
"scripts": {
"test": "node ../example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/makarasty/ezplural.git"
},
"keywords": [
"word",
"words",
"numbers",
"plurality",
"plural-words",
"plural-numbers",
"pluralize",
"plural",
"pluralization",
"noun",
"easy-to-use",
"fast",
"fast-performance",
"fast-pluralization"
],
"author": "MaKarastY",
"license": "MIT",
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/makarasty/ezplural/issues"
},
"homepage": "https://github.com/makarasty/ezplural#readme",
"dependencies": {
"ezplural": "file:"
}
}