-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.4 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "pass-down",
"version": "0.0.120",
"description": "Glue DOM and Custom Elements together.",
"keywords": [
"web components",
"web component",
"custom elements",
"custom element",
"bind",
"dom-bind"
],
"main": "pass-down.js",
"module": "pass-down.js",
"exports": {
".": "./pass-down.js",
"./pass-down.js": "./pass-down.js",
"./p-d.js": "./p-d.js",
"./p-d-x.js": "./p-d-x.js"
},
"files": [
"p*.*",
"types.d.ts",
"custom-elements.json"
],
"types": "./types.d.ts",
"dependencies": {
"mut-obs": "0.0.10",
"on-to-me": "0.0.49",
"trans-render": "0.0.507",
"jsonpathesm": "0.0.2"
},
"devDependencies": {
"@skypack/package-check": "0.2.2",
"if-diff": "0.0.108",
"xtal-test": "0.0.55",
"@custom-elements-manifest/analyzer": "0.5.3",
"xtal-editor": "0.0.140",
"xtal-shell": "0.0.25"
},
"scripts": {
"test": "node test/test.js",
"package-check": "package-check",
"serve": "node node_modules/xtal-test/serve.js",
"doc": "custom-elements-manifest analyze"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/pass-down.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/pass-down/issues"
},
"homepage": "https://github.com/bahrus/pass-down#readme",
"customElements": "custom-elements.json"
}