-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 925 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": "add-to-slack-button",
"version": "0.0.0",
"description": "Webcomponent add-to-slack-button following open-wc recommendations",
"author": "Georgios Karametas",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"scripts": {
"start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoDoo/add-to-slack-button.git"
},
"keywords": [
"webcomponent",
"web-component",
"web component",
"Web Component"
],
"bugs": {
"url": "https://github.com/GeoDoo/add-to-slack-button/issues"
},
"homepage": "https://github.com/GeoDoo/add-to-slack-button#readme",
"dependencies": {
"lit-element": "^2.2.1",
"lit-html": "^1.1.2"
},
"devDependencies": {
"es-dev-server": "^1.23.0",
"semantic-release": "^17.1.2"
}
}