-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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
36
37
38
{
"name": "@craftkit/craft-widget-toast",
"version": "1.1.0",
"description": "Toast is a Craft-UIKit component that provides a simple way to display a message to the user.",
"main": "index.js",
"module": "index.js",
"unpkg": "dist/craft-widget-toast.min.js",
"dependencies": {
"@craftkit/craft-uikit": "*"
},
"devDependencies": {
"webpack-cli": "^4.10.0"
},
"scripts": {
"build": "wabpack --config config/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craftkit/craft-widget-toast.git"
},
"keywords": [
"WebComponents",
"Shadow DOM",
"OOP",
"SPA",
"PWA",
"frontend",
"UI widget",
"Toast"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/craftkit/craft-widget-toast/issues"
},
"homepage": "https://github.com/craftkit/craft-widget-toast"
}