-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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": "slotted-element",
"version": "1.1.1",
"description": "Web component fetch-element for ajax and render JSON/XML data as table and slotted-element without shadow DOM",
"author": {
"name": "Sasha Firsov",
"email": "[email protected]",
"url": "https://blog.firsov.net/"
},
"homepage": "https://github.com/sashafirsov/slotted-element",
"bugs": "https://github.com/sashafirsov/slotted-element/issues",
"repository": {
"type": "git",
"url": "https://github.com/sashafirsov/slotted-element.git"
},
"keywords": [
"JS",
"front-end",
"Vanilla",
"ShadowDOM",
"Web Component",
"WebComponent"
],
"license": "Apache-2.0",
"browser": "slotted-element.js",
"module": "slotted-element.js",
"type": "module",
"files": [
"*",
"**/*"
],
"scripts": {
"start": "npx @web/dev-server",
"test": "echo 'test is implemented in https://github.com/sashafirsov/slotted-element-test' && exit 0"
},
"dependencies": {
"css-chain": "^1.1.2"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/sashafirsov"
}
}