{
"name": "jsdom",
"version": "0.10.6",
"description": "A JavaScript implementation of the DOM and HTML standards",
"keywords": [
"dom",
"html",
"whatwg",
"w3c"
],
"maintainers": [
{
"name": "tmpvar",
"email": "[email protected]"
},
{
"name": "domenic",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Vincent Greene",
"email": "[email protected]"
},
{
"name": "Dav Glass",
"email": "[email protected]"
},
{
"name": "Felix Gnass",
"email": "[email protected]"
},
{
"name": "Charlie Robbins",
"email": "[email protected]"
},
{
"name": "Aria Stewart",
"email": "[email protected]"
},
{
"name": "Matthew",
"email": "N.A.",
"url": "http://github.com/matthewpflueger/"
},
{
"name": "Olivier El Mekki",
"email": "unknown",
"url": "http://blog.olivier-elmekki.com/"
},
{
"name": "Shimon Dookdin",
"email": "[email protected]"
},
{
"name": "Daniel Cassidy",
"email": "[email protected]",
"url": "http://www.danielcassidy.me.uk/"
},
{
"name": "Sam Ruby",
"url": "http://intertwingly.net/blog/"
},
{
"name": "hij1nx",
"url": "http://github.com/hij1nx"
},
{
"name": "Yonathan Randolph",
"url": "http://github.com/yonran"
},
{
"name": "Martin Davis",
"url": "http://github.com/waslogic"
},
{
"name": "Andreas Lind Petersen",
"email": "[email protected]"
},
{
"name": "d-ash",
"url": "http://github.com/d-ash"
},
{
"name": "Robin Zhong",
"email": "[email protected]"
},
{
"name": "Alexander Flatter",
"email": "[email protected]"
},
{
"name": "Heng Liu",
"email": "[email protected]"
},
{
"name": "Brian McDaniel",
"url": "http://github.com/brianmcd"
},
{
"name": "John Hurliman",
"email": "[email protected]"
},
{
"name": "Jimmy Mabey"
},
{
"name": "Gregory Tomlinson"
},
{
"name": "Jason Davies",
"url": "http://www.jasondavies.com/"
},
{
"name": "Josh Marshall",
"url": "http://www.ponderingtheobvious.com/"
},
{
"name": "Jason Priestley",
"url": "https://github.com/jhp"
},
{
"name": "Derek Lindahl",
"url": "https://github.com/dlindahl"
},
{
"name": "Chris Roebuck",
"email": "[email protected]",
"url": "http://www.quillu.com"
},
{
"name": "Avi Deitcher",
"url": "https://github.com/deitch"
},
{
"name": "Nao Iizuka",
"email": "[email protected]",
"url": "https://github.com/iizukanao"
},
{
"name": "Peter Perenyi",
"url": "https://github.com/sinegar"
},
{
"name": "Tiago Rodrigues",
"email": "[email protected]",
"url": "http://trodrigues.net"
},
{
"name": "Samori Gorse",
"email": "[email protected]",
"url": "http://github.com/shinuza"
},
{
"name": "John Roberts",
"email": "[email protected]"
},
{
"name": "Chad Walker",
"email": "[email protected]",
"url": "https://github.com/chad3814"
},
{
"name": "Zach Smith",
"email": "[email protected]",
"url": "https://github.com/xcoderzach"
}
],
"bugs": {
"url": "http://github.com/tmpvar/jsdom/issues",
"email": "[email protected]"
},
"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",
"gitHead": "e27bca5eb8ffd51fb50dc24157d0a8421fb08040",
"homepage": "https://github.com/tmpvar/jsdom",
"_id": "[email protected]",
"_shasum": "a3b1d875454ba0165575829679939ec006bf5ab8",
"_from": "jsdom@>=0.10.3 <0.11.0",
"_npmVersion": "1.4.13",
"_npmUser": {
"name": "domenic",
"email": "[email protected]"
},
"dist": {
"shasum": "a3b1d875454ba0165575829679939ec006bf5ab8",
"tarball": "http://registry.npmjs.org/jsdom/-/jsdom-0.10.6.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/jsdom/-/jsdom-0.10.6.tgz"
}