{
    "name": "jsdom",
    "version": "0.5.7",
    "description": "A JavaScript implementation of the W3C DOM",
    "keywords": ["dom", "w3c", "html"],
    "maintainers": [
        "Elijah Insua <tmpvar@gmail.com> (http://tmpvar.com)",
        "Domenic Denicola <domenic@domenicdenicola.com (http://domenicdenicola.com)"
    ],
    "contributors": [
        "Vincent Greene <ulteriorlife@gmail.com>",
        "Dav Glass <davglass@gmail.com>",
        "Felix Gnass <fgnass@gmail.com>",
        "Charlie Robbins <charlie.robbins@gmail.com>",
        "Aria Stewart <aredridel@nbtsc.org>",
        "Matthew <N.A.> (http://github.com/matthewpflueger/)",
        "Olivier El Mekki <unknown> (http://blog.olivier-elmekki.com/)",
        "Shimon Dookdin <helpmepro1@gmail.com>",
        "Daniel Cassidy <mail@danielcassidy.me.uk> (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 <andreas@one.com>",
        "d-ash (http://github.com/d-ash)",
        "Robin Zhong <fbzhong@gmail.com>",
        "Alexander Flatter <flatter@gmail.com>",
        "Heng Liu <liucougar@gmail.com>",
        "Brian McDaniel (http://github.com/brianmcd)",
        "John Hurliman <jhurliman@jhurliman.org>",
        "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 <chris@quillu.com> (http://www.quillu.com)",
        "Avi Deitcher (https://github.com/deitch)",
        "Nao Iizuka <iizuka@kyu-mu.net> (https://github.com/iizukanao)",
        "Peter Perenyi (https://github.com/sinegar)",
        "Tiago Rodrigues <tmcrodrigues@gmail.com> (http://trodrigues.net)",
        "Samori Gorse <samorigorse@gmail.com> (http://github.com/shinuza)",
        "John Roberts <jroberts@logitech.com>",
        "Chad Walker <chad@chad-cat-lore-eddie.com> (https://github.com/chad3814)",
        "Zach Smith <x.coder.zach@gmail.com> (https://github.com/xcoderzach)"
    ],
    "bugs": {
        "email": "tmpvar@gmail.com",
        "url": "http://github.com/tmpvar/jsdom/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt"
        }
    ],
    "repositories": [
        {
            "type": "git",
            "url": "git://github.com/tmpvar/jsdom.git"
        }
    ],
    "implements": [
        "http://www.w3.org/TR/REC-DOM-Level-1"
    ],
    "dependencies": {
       "htmlparser": "1.x",
       "nwmatcher": "~1.3.1",
       "request": "2.x",
       "cssom": "~0.2.5",
       "cssstyle": "~0.2.3",
       "contextify": "~0.1.5"
    },
    "devDependencies" : {
      "nodeunit": "~0.8.0",
      "html5": "*",
      "optimist": "*"
    },
    "directories": {
        "lib": "./lib/jsdom"
    },
    "scripts": {
        "test": "node ./test/runner"
    },
    "main": "./lib/jsdom"
}
