UNPKG

lit-html

Version:

HTML template literals in JavaScript

28 lines (27 loc) 670 B
{ "name": "lit-html", "version": "0.2.6", "description": "HTML template literals in JavaScript", "license": "BSD-3-Clause", "repository": "PolymerLabs/lit-html", "main": "lib/lit-html.js", "module": "lib/lit-html.js", "directories": { "test": "test" }, "scripts": { "build": "tsc", "test": "echo \"run polyserve --npm and open /test/index.html a browser with module support\"" }, "author": "The Polymer Authors", "devDependencies": { "@types/chai": "^4.0.1", "chai": "^4.0.2", "mocha": "^3.4.2", "typescript": "^2.4.1" }, "dependencies": { "@types/mocha": "^2.2.41" }, "typings": "./lib/lit-html.d.ts" }