-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 860 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
40
41
{
"name": "@naveen-bharathi/ordinal-numbers",
"version": "1.0.1",
"description": "A javascript module to get ordinal numbers like 1st, 2nd and 3rd.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/naveen-bharathi/ordinal-numbers.git"
},
"author": "Naveen Bharathi",
"license": "MIT",
"bugs": {
"url": "https://github.com/naveen-bharathi/ordinal-numbers/issues"
},
"homepage": "https://github.com/naveen-bharathi/ordinal-numbers#readme",
"keywords": [
"1st",
"2nd",
"3rd",
"4rd",
"st",
"nd",
"rd",
"th",
"ordinal-numbers",
"ordinal",
"number",
"numbers"
],
"devDependencies": {
"assert": "^2.0.0",
"jest": "^26.0.1"
},
"publishConfig": {
"access": "public"
}
}