-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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/img-icon",
"version": "1.0.1",
"description": "An HTML Web Component Icon",
"main": "img-icon.mjs",
"scripts": {
"compress": "bread-compressor -a brotli ./partials/* && bread-compressor -a brotli img-icon.mjs && bread-compressor -a gzip img-icon.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.0.8",
"cypress": "^4.0.2",
"serve": "^11.3.0"
},
"dependencies": {},
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livecomponents/img-icon.git"
},
"bugs": {
"url": "https://github.com/livecomponents/img-icon/issues"
},
"homepage": "https://github.com/livecomponents/img-icon#readme"
}