UNPKG

dom4

Version:

a fully tested and covered polyfill for new DOM Level 4 entries

43 lines (42 loc) 970 B
{ "name": "dom4", "title": "DOM4", "description": "a fully tested and covered polyfill for new DOM Level 4 entries", "version": "2.1.6", "unpkg": "build/dom4.js", "main": "build/dom4.max.js", "homepage": "https://github.com/WebReflection/dom4", "author": { "name": "Andrea Giammarchi", "url": "http://webreflection.blogspot.com" }, "repository": { "type": "git", "url": "https://github.com/WebReflection/dom4.git" }, "keywords": [ "DOM", "Level 4", "classList", "CustomEvent", "DOM4" ], "licenses": [ { "type": "MIT", "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" } ], "scripts": { "test": "node testrunner.js", "web": "node node_modules/tiny-cdn/tiny-cdn run -p=1337" }, "dependencies": {}, "devDependencies": { "jshint": "^2.9.5", "nightmare": "^3.0.1", "tiny-cdn": "^0.7.0", "uglify-js": "^2.8.29", "wru": "^0.3.0" } }