| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "name": "jsdom",
- "version": "0.2.1",
- "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 Robbins",
- "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)"
- },
- {
- "name" : "Daniel Cassidy",
- "email" : "mail@danielcassidy.me.uk"
- },
- {
- "name" : "Yonathan Randolph (http://github.com/yonran)"
- },
- {
- "name" : "Martin Davis (http://github.com/waslogic)"
- },
- {
- "name": "Andreas Lind Petersen",
- "email": "andreas@one.com"
- },
- {
- "name" : "d-ash (http://github.com/d-ash)"
- },
- {
- "name" : "Robin",
- "email" : "fbzhong@gmail.com"
- },
- {
- "name" : "Alexander Flatter",
- "email" : "flatter@gmail.com"
- },
- {
- "name" : "Heng Liu",
- "email" : "liucougar@gmail.com"
- }
- ],
- "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",
- "cssom" : ">=0.2.0"
- },
- "devDependencies" : {
- "nodeunit" : ">=0.5.x",
- "console.log" : "*",
- "optimist" : "*"
- },
- "engines" : { "node" : ">=0.1.9" },
- "directories": {
- "lib": "./lib/jsdom"
- },
- "main": "./lib/jsdom"
- }
|