-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 956 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
42
43
44
45
46
47
48
{
"name": "twas",
"version": "2.1.3",
"description": "Generate time ago string",
"umd:main": "dist/index.min.js",
"module": "dist/index.es.js",
"main": "dist/index.js",
"engines": {
"node": ">=8.9.3"
},
"files": [
"dist",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git@github.com:vutran/twas.git"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.0.5",
"jest": "^24.8.0",
"microbundle": "^0.11.0",
"standard-version": "^7.0.0"
},
"scripts": {
"build": "microbundle",
"jest": "jest --coverage",
"prepublish": "npm run build",
"release": "standard-version",
"pretest": "npm run build",
"test": "npm run jest"
},
"keywords": [
"timeago",
"time-ago",
"time ago",
"time",
"date",
"from-now",
"fromnow",
"from now",
"relative",
"moment"
],
"author": "Vu Tran <vu@vu-tran.com>",
"license": "MIT"
}