UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

27 lines (26 loc) 860 B
{ "name": "material-playground", "private": true, "version": "0.0.1", "description": "Polymer material design playground showcases Polymer paper elements", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/vulcanize/bin/vulcanize --inline-css --inline-scripts --strip-comments elements.html | crisper --html elements.build.html --js elements.build.js" }, "repository": { "type": "git", "url": "https://github.com/ebidel/material-playground" }, "author": "Eric Bidelman <ebidel@>", "license": "Apache2", "bugs": { "url": "https://github.com/ebidel/material-playground/issues" }, "homepage": "https://ebidel.github.io/material-playground/", "devDependencies": { "polybuild": "^1.1.0", "vulcanize": "^1.14.8", "crisper": "^2.0.2" } }