-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 897 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": "colloquial-time",
"version": "0.1.1",
"description": "A lightweight library to express time in colloquial, human-friendly phrases for various languages.",
"main": "src/index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test/test.js"
},
"files": [
"package.json",
"README.md",
"index.d.ts",
"LICENSE",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/agusmade/colloquial-time.git"
},
"keywords": [
"time",
"localization",
"i18n",
"colloquial",
"natural-language",
"languages",
"spoken-language",
"multi-language",
"human-readable",
"date-formatting"
],
"author": "Agus Made <krisnaparta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/agusmade/colloquial-time/issues"
},
"homepage": "https://github.com/agusmade/colloquial-time#readme",
"dependencies": {},
"devDependencies": {}
}