generated from daviddarnes/component-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.24 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/svg-sparkline",
"version": "1.0.14-alpha.1",
"description": "A Web Component that builds an SVG Sparkline.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisburnell/svg-sparkline.git"
},
"homepage": "https://github.com/chrisburnell/svg-sparkline#readme",
"bugs": {
"url": "https://github.com/chrisburnell/svg-sparkline/issues"
},
"author": {
"name": "Chris Burnell",
"email": "[email protected]",
"url": "https://chrisburnell.com/"
},
"contributors": [
{
"name": "Chris Burnell",
"email": "[email protected]",
"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": "svg-sparkline.js",
"scripts": {
"start": "npx http-server .",
"test": "node --test"
},
"keywords": [
"component",
"components",
"custom elements",
"web",
"web components"
],
"devDependencies": {
"linkedom": "^0.18.4"
},
"type": "module"
}