generated from jgarber623/web-component-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 828 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
{
"name": "@jgarber/remote-template",
"version": "0.1.0",
"description": "Describe <remote-template> here…",
"keywords": [
"custom elements",
"web components",
"template"
],
"homepage": "https://github.com/jgarber623/remote-template",
"bugs": "https://github.com/jgarber623/remote-template/issues",
"license": "MIT",
"author": "Jason Garber <[email protected]> (https://sixtwothree.org)",
"files": [
"remote-template.js",
"example/*"
],
"type": "module",
"main": "remote-template.js",
"directories": {
"example": "example"
},
"repository": "github:jgarber623/remote-template",
"scripts": {
"lint": "eslint .",
"start": "npx http-server ."
},
"devDependencies": {
"@jgarber/eslint-config": "*"
},
"publishConfig": {
"access": "public"
}
}