-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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/page-header",
"version": "1.6.2",
"description": "An HTML Web Component Page Header",
"main": "page-header.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 <nevraeka@gmail.com>",
"keywords": [
"web component",
"Shadow DOM",
"Custom Properties",
"Custom Events",
"Custom Elements",
"Template",
"HTML",
"CSS",
"JavaScript"
],
"license": "MIT",
"devDependencies": {
"bread-compressor-cli": "^1.0.8",
"serve": "^11.3.0"
},
"dependencies": {},
"directories": {
"doc": "docs",
"partials": "partials",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livecomponents/page-header.git"
},
"bugs": {
"url": "https://github.com/livecomponents/page-header/issues"
},
"homepage": "https://github.com/livecomponents/page-header#readme"
}