Files
open-wc/packages/lit-helpers/package.json
CircleCI b26f78a062 chore: release new versions
- @open-wc/building-rollup@0.22.12
 - @open-wc/building-utils@2.16.2
 - @open-wc/building-webpack@2.13.11
 - @open-wc/create@0.28.2
 - @open-wc/dedupe-mixin@1.2.14
 - @open-wc/demoing-storybook@1.15.2
 - es-dev-server@1.46.1
 - @open-wc/karma-esm@2.13.22
 - @open-wc/lit-helpers@0.3.6
 - @mdjs/core@0.1.8
 - polyfills-loader@1.5.3
 - @open-wc/rollup-plugin-html@0.3.7
 - rollup-plugin-index-html@1.10.5
 - @open-wc/rollup-plugin-polyfills-loader@0.5.1
 - @open-wc/scoped-elements@1.0.6
 - @open-wc/semantic-dom-diff@0.17.6
 - storybook-addon-markdown-docs@0.2.3
 - storybook-addon-web-components-knobs@0.3.5
 - @open-wc/testing-helpers@1.7.0
 - @open-wc/testing-karma-bs@1.3.55
 - @open-wc/testing-karma@3.3.11
 - @open-wc/testing@2.5.9
 - @open-wc/webpack-index-html-plugin@1.7.5
2020-04-05 17:16:50 +00:00

42 lines
888 B
JSON

{
"name": "@open-wc/lit-helpers",
"version": "0.3.6",
"publishConfig": {
"access": "public"
},
"description": "Helpers and utils for lit-html and lit-element.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/lit-helpers"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/lit-helpers",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"lit-html",
"lit-element",
"web components",
"utils",
"helpers"
],
"peerDependencies": {
"lit-element": "^1.0.0",
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/testing": "^2.5.9",
"sinon": "^7.4.1"
},
"module": "index.js",
"sideEffects": false
}