-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 888 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": "@craftkit/craft-widget-quicktools",
"version": "3.0.1",
"description": "Widgets for your first Craft-UIKit application",
"main": "index.js",
"module": "index.js",
"unpkg": "dist/craft-widget-quicktools.min.js",
"dependencies": {
"@craftkit/craft-uikit": "*"
},
"devDependencies": {},
"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-quicktools.git"
},
"keywords": [
"WebComponents",
"Shadow DOM",
"OOP",
"SPA",
"PWA",
"frontend",
"UI widget"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/craftkit/craft-widget-quicktools/issues"
},
"homepage": "https://github.com/craftkit/craft-widget-quicktools"
}