-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 980 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
39
40
{
"name": "html-import-element",
"version": "1.1.1",
"description": "Basic Element to Import HTML Content",
"files": [
"html-import-element.js",
"html-import-element.min.js"
],
"main": "html-import-element.js",
"scripts": {
"start": "npx serve .",
"minify": "uglifyjs html-import-element.js -o html-import-element.min.js -c -m",
"prepublishOnly": "npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tram-One/html-import-element.git"
},
"author": {
"name": "Jesse Jurman",
"email": "j.r.jurman@gmail.com",
"url": "https://jrjurman.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Tram-One/html-import-element/issues"
},
"keywords": [
"frontend",
"web-components",
"vanilla",
"external",
"HTML",
"import"
],
"homepage": "https://github.com/Tram-One/html-import-element#readme",
"devDependencies": {
"uglify-js": "^3.17.4"
}
}