UNPKG

pass-down

Version:

Glue DOM and Custom Elements together.

59 lines (58 loc) 1.44 kB
{ "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": "anderson.bruce.b@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/bahrus/pass-down/issues" }, "homepage": "https://github.com/bahrus/pass-down#readme", "customElements": "custom-elements.json" }