{
    "name": "soupselect",
    "version": "0.2.0",
    "engines": {
        "node": ">=0.2.0"
        },
    "author": {
        "name": "Harry Fuecks",
        "email": "hfuecks@gmail.com",
        "url": "http://twitter.com/hfuecks"
        },
    "url": "http://github.com/harryf/node-soupselect",
    "dependencies": {
        "htmlparser": ">= 1.6.2",
        "nodeunit": ">= 0.3.0"
    },
    "repository" : [
        { "type":"git", "url":"git://github.com/harryf/node-soupselect.git" }
    ],
    "main": "./lib/soupselect",
    "license": "MIT",
    "description": "Adds CSS selector support to htmlparser for scraping activities - port of soupselect (python)"
}
