generated from mirisuzanne/web-component-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 796 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
{
"name": "@terriblemia/ground-control",
"version": "0.3.0",
"description": "A Web Component for user control of HTML attributes and CSS properties",
"main": "index.js",
"scripts": {
"dev": "npx http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mirisuzanne/ground-control.git"
},
"keywords": [
"web",
"component",
"components",
"web components",
"custom elements"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/mirisuzanne/ground-control/issues"
},
"author": {
"name": "Miriam Suzanne",
"email": "[email protected]",
"url": "https://miriamsuzanne.com/"
},
"homepage": "https://github.com/mirisuzanne/ground-control#readme"
}