-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 KB
/
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
39
40
41
42
43
{
"name": "@live-components/image-slider",
"version": "0.1.0",
"description": "An HTML Web Component",
"main": "image-slider.mjs",
"scripts": {
"compress": "bread-compressor -a brotli ./partials/* && bread-compressor -a brotli page-header.mjs && bread-compressor -a gzip nomodule.js",
"serve": "serve .",
"start": "npm run compress && npm run serve",
"test": "serve ."
},
"author": "Erik Isaksen <[email protected]>",
"keywords": [
"web component",
"Shadow DOM",
"Custom Properties",
"Custom Events",
"Custom Elements",
"Template",
"HTML",
"CSS",
"JavaScript"
],
"license": "MIT",
"devDependencies": {
"bread-compressor-cli": "^1.1.0",
"serve": "^11.3.2"
},
"dependencies": {},
"directories": {
"docs": "docs",
"partials": "partials",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/@live-components/image-slider.git"
},
"bugs": {
"url": "https://github.com/@live-components/image-slider/issues"
},
"homepage": "https://github.com/@live-components/image-slider#readme"
}