-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 891 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
{
"name": "svg-icon",
"version": "1.0.0",
"copyright": "Copyright 2014 - 2023 Ayogo Health Inc.",
"license": "MIT",
"homepage": "https://github.com/AyogoHealth/svg-icon#readme",
"author": "Ayogo Health Inc.",
"contributors": [
"Darryl Pogue <[email protected]>",
"Ian Suda <[email protected]>"
],
"description": "svg-icon web component",
"main": "svg-icon.js",
"type": "module",
"files": [
"svg-icon.js"
],
"repository": {
"type": "git",
"url": "git+https://[email protected]/AyogoHealth/svg-icon.git"
},
"bugs": {
"url": "https://github.com/AyogoHealth/svg-icon/issues"
},
"devDependencies": {
"serve": "^14.2.1",
"svgstore-cli": "^2.0.1",
"wpt-test": "^1.0.1"
},
"scripts": {
"build-icons": "svgstore -o example-atlas.svg -p 'icon-' ./example-icons/*.svg",
"start": "serve",
"test": "wpt-test test"
}
}