UNPKG

document-register-element

Version:

A stand-alone working lightweight version of the W3C Custom Elements specification

46 lines (45 loc) 1.14 kB
{ "version": "1.14.10", "license": "ISC", "name": "document-register-element", "description": "A stand-alone working lightweight version of the W3C Custom Elements specification", "homepage": "https://github.com/WebReflection/document-register-element", "keywords": [ "Builtin", "Components", "Custom", "Element", "Elements", "DOM", "Web", "W3C", "Polymer", "polyfill", "ponyfill", "alternative", "extend" ], "author": { "name": "Andrea Giammarchi", "web": "http://webreflection.blogspot.com/" }, "repository": { "type": "git", "url": "git://github.com/WebReflection/document-register-element.git" }, "main": "./build/document-register-element.node.js", "module": "./build/document-register-element.js", "unpkg": "./build/document-register-element.js", "scripts": { "test": "phantomjs testrunner.js", "web": "tiny-cdn run -p=1337" }, "devDependencies": { "html-class": "^1.2.0", "jshint": "^2.10.2", "phantomjs-prebuilt": "^2.1.14", "tiny-cdn": "^0.7.0", "uglify-js": "^2.8.29", "wru": "^0.3.0" } }