-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 917 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": "web-share",
"version": "0.0.2",
"description": "Web component that wraps the web-share api",
"main": "dist/collection/index.js",
"types": "dist/collection/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"browser": "dist/webshare.js",
"scripts": {
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev"
},
"dependencies": {
"@stencil/core": "0.0.6-0"
},
"devDependencies": {
"@stencil/dev-server": "latest",
"@stencil/utils": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/jgw96/web-share"
},
"author": "Justin Willis",
"license": "MIT",
"bugs": {
"url": "https://github.com/jgw96/web-share"
},
"homepage": "https://github.com/jgw96/web-share"
}