-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 949 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
{
"name": "@videsk/humanize-date",
"version": "1.1.2",
"description": "Humanize dates making readable in locale and ultra lightweight",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"browser": "dist/humanize-date.min.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
"type": "git",
"url": "git remote add origin https://github.com/videsk/humanize-date.git"
},
"release": {
"branches": ["master"]
},
"keywords": [
"dates",
"time",
"locale",
"time-convert",
"dates-convert",
"videsk"
],
"author": "videsk",
"license": "LGPL-2.1",
"homepage": "https://open.videsk.io",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"rollup": "^2.42.4",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}