UNPKG

418 BJSONView Raw
1{
2 "dependencies": {
3 "lit-html": "^0.6.0"
4 },
5 "name": "lit-element",
6 "version": "0.2.1",
7 "description": "Implements lit-html via a LitElement class. Made for custom Elements.",
8 "main": "lit-element.js",
9 "repository": "https://github.com/DiiLord/lit-element.git",
10 "author": "DiiLord <d.drodt@gmx.de>",
11 "license": "MIT",
12 "devDependencies": {
13 "gulp": "^3.9.1",
14 "gulp-minify": "^1.0.0"
15 }
16}