-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "p-et-alia",
"version": "0.0.119",
"description": "Declaratively pass properties between DOM elements",
"main": "p-et-alia.js",
"module": "p-et-alia.js",
"typings": "types.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/p-et-alia.git"
},
"dependencies": {
"xtal-element": "0.0.314",
"trans-render": "0.0.269",
"xtal-state": "0.0.115",
"css-observe": "0.0.27"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "2.5.0",
"if-diff": "0.0.61",
"xtal-test": "0.0.48",
"xtal-json-editor": "0.0.44",
"xtal-json-merge": "0.2.39",
"es-module-shims": "0.5.2",
"aggregator-fn": "0.0.24",
"purr-sist": "0.0.71",
"templ-mount": "0.0.58",
"@rollup/plugin-node-resolve": "10.0.0",
"@skypack/package-check": "0.2.2",
"terser": "5.3.3"
},
"scripts": {
"test": "node test/test-all.js",
"serve": "node node_modules/xtal-test/serve.js",
"doc": "wca analyze p-*.js --outFile custom-elements.json",
"bundle": "rollup --config",
"compress": "node minify",
"package-check": "package-check"
},
"author": "anderson.bruce.b@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/p-et-alia/issues"
},
"homepage": "https://github.com/bahrus/p-et-alia#readme"
}