generated from daviddarnes/component-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.23 KB
/
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
49
50
51
52
53
54
55
56
{
"name": "@chrisburnell/relative-time",
"version": "1.0.6",
"description": "A Web Component to display a relative time.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisburnell/relative-time.git"
},
"homepage": "https://github.com/chrisburnell/relative-time#readme",
"bugs": {
"url": "https://github.com/chrisburnell/relative-time/issues"
},
"author": {
"name": "Chris Burnell",
"email": "me@chrisburnell.com",
"url": "https://chrisburnell.com/"
},
"contributors": [
{
"name": "Chris Burnell",
"email": "me@chrisburnell.com",
"url": "https://chrisburnell.com"
}
],
"funding": [
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/chrisburnell"
},
{
"type": "github",
"url": "https://github.com/sponsors/chrisburnell"
}
],
"publishConfig": {
"access": "public",
"provenance": true
},
"main": "relative-time.js",
"scripts": {
"start": "npx http-server .",
"test": "node --test"
},
"keywords": [
"component",
"components",
"custom elements",
"web",
"web components"
],
"devDependencies": {
"linkedom": "^0.18.4"
},
"type": "module"
}