{
    "name": "jsdom",
    "version": "0.2.0",
    "description": "A javascript implementation of the W3C DOM",
    "keywords": [
        "dom",
        "w3c",
        "javascript"
    ],
    "maintainers": [
        {
            "name": "Elijah Insua",
            "email": "tmpvar@gmail.com",
            "web": "http://tmpvar.com"
        }
    ],
    "contributors": [
        {
            "name": "Vincent Greene",
            "email": "ulteriorlife@gmail.com"
        },
        {
            "name": "Dav Glass",
            "email": "davglass@gmail.com"
        },
        {
            "name": "Felix Gnass",
            "email": "fgnass@gmail.com"
        },
        {
            "name" : "Charlie Robins",
            "email": "charlie.robbins@gmail.com"
        },
        {
            "name" : "Aria Stewart",
            "email": "aredridel@nbtsc.org"
        },
        {
            "name" : "Matthew (http://github.com/matthewpflueger/)",
            "email": "N.A."
        },
        {
          "name"  : "Olivier El Mekki (http://blog.olivier-elmekki.com/)",
          "email" : "unknown"
        },
        {
          "name"  : "Shimon Dookdin",
          "email" : "helpmepro1@gmail.com"
        },
        {
          "name"  : "Daniel Cassidy (http://www.danielcassidy.me.uk/)",
          "email" : "mail@danielcassidy.me.uk"
        },
        {
          "name"  : "Sam Ruby (http://intertwingly.net/blog/)",
          "email" : "N/A"
        },
        {
          "name"  : "hij1nx (http://github.com/hij1nx)"
        }
    ],
    "bugs": {
        "mail": "tmpvar@gmail.com",
        "web": "http://github.com/tmpvar/jsdom/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt"
        }
    ],
    "repositories": [
        {
            "type": "git",
            "url": "http://github.com/tmpvar/jsdom.git"
        }
    ],
    "implements": [
        "http://www.w3.org/TR/REC-DOM-Level-1"
    ],
    "dependencies": {
       "htmlparser": ">=1.7.0",
       "request"   : ">=1.0.0"
    },
    "devDependiencies" : {
      "mjsunit.runner" : ">=0.1.0"
    },
    "engines" : { "node" : ">=0.1.9" },
    "directories": {
        "lib": "./lib/jsdom"
    },
    "main": "./lib/jsdom"
}

