UNPKG

browser-x

Version:

A partial implementation of the W3C DOM API on top of an HTML5 parser and serializer.

45 lines 1.07 kB
{ "name": "browser-x", "version": "0.0.1-beta7", "description": "A partial implementation of the W3C DOM API on top of an HTML5 parser and serializer.", "homepage": "https://github.com/aui/browser-x", "author": { "name": "aui", "email": "sugarpie.tang@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/aui/browser-x.git" }, "bugs": { "url": "https://github.com/aui/browser-x/issues" }, "main": "index.js", "dependencies": { "css-mediaquery": "^0.1.2", "cssom": "0.3.1", "cssstyle": "^0.2.34", "nwmatcher": "^1.3.7", "parse5": "^2.1.5", "specificity": "^0.1.5", "verror": "^1.6.1" }, "scripts": { "test": "mocha ./test/index" }, "keywords": [ "dom", "browser", "cssom", "css", "css3", "selector", "spider", "style", "getComputedStyle" ], "engines": { "node": ">= 4.0.0" }, "license": "MIT" }