{ "name": "jsdom", "version": "0.10.6", "description": "A JavaScript implementation of the DOM and HTML standards", "keywords": ["dom", "html", "whatwg", "w3c"], "maintainers": [ "Elijah Insua (http://tmpvar.com)", "Domenic Denicola ", "Dav Glass ", "Felix Gnass ", "Charlie Robbins ", "Aria Stewart ", "Matthew (http://github.com/matthewpflueger/)", "Olivier El Mekki (http://blog.olivier-elmekki.com/)", "Shimon Dookdin ", "Daniel Cassidy (http://www.danielcassidy.me.uk/)", "Sam Ruby (http://intertwingly.net/blog/)", "hij1nx (http://github.com/hij1nx)", "Yonathan Randolph (http://github.com/yonran)", "Martin Davis (http://github.com/waslogic)", "Andreas Lind Petersen ", "d-ash (http://github.com/d-ash)", "Robin Zhong ", "Alexander Flatter ", "Heng Liu ", "Brian McDaniel (http://github.com/brianmcd)", "John Hurliman ", "Jimmy Mabey", "Gregory Tomlinson", "Jason Davies (http://www.jasondavies.com/)", "Josh Marshall (http://www.ponderingtheobvious.com/)", "Jason Priestley (https://github.com/jhp)", "Derek Lindahl (https://github.com/dlindahl)", "Chris Roebuck (http://www.quillu.com)", "Avi Deitcher (https://github.com/deitch)", "Nao Iizuka (https://github.com/iizukanao)", "Peter Perenyi (https://github.com/sinegar)", "Tiago Rodrigues (http://trodrigues.net)", "Samori Gorse (http://github.com/shinuza)", "John Roberts ", "Chad Walker (https://github.com/chad3814)", "Zach Smith (https://github.com/xcoderzach)" ], "bugs": { "email": "tmpvar@gmail.com", "url": "http://github.com/tmpvar/jsdom/issues" }, "license": { "type": "MIT", "url": "http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt" }, "repository": { "type": "git", "url": "git://github.com/tmpvar/jsdom.git" }, "dependencies": { "htmlparser2": ">= 3.1.5 <4", "nwmatcher": "~1.3.2", "request": "2.x", "xmlhttprequest": ">=1.5.0", "cssom": "~0.3.0", "cssstyle": "~0.2.9", "contextify": "~0.1.5" }, "devDependencies" : { "nodeunit": "~0.8.0", "optimist": "*", "urlmaster": ">=0.2.15" }, "scripts": { "test": "node ./test/runner" }, "main": "./lib/jsdom" }