generated from daviddarnes/component-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 785 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": "@daviddarnes/share-button",
"version": "1.1.3",
"description": "A Web Component to share web pages using the native OS sharing options",
"main": "share-button.js",
"scripts": {
"start": "npx http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/daviddarnes/share-button.git"
},
"keywords": [
"web",
"component",
"components",
"web components",
"custom elements"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/daviddarnes/share-button/issues"
},
"author": {
"name": "David Darnes",
"email": "me@daviddarnes.com",
"url": "https://darn.es/"
},
"homepage": "https://github.com/daviddarnes/share-button#readme"
}