{
    "name": "get",
    "description": "A slightly higher-level HTTP client for node.",
    "version": "1.4.0",
    "main": "./lib/index.js",
    "keywords": ["http", "client", "request", "get"],
    "url": "https://github.com/mapbox/node-get",
    "repository": {
        "type": "git",
        "url": "git://github.com/mapbox/node-get.git"
    },
    "author": "Tom MacWright <macwright@gmail.com>",
    "contributors": [
        "Konstantin Käfer <kkaefer@gmail.com>"
    ],
    "licenses": [{
        "type": "BSD"
    }],
    "devDependencies": {
        "mocha": ">= 0.11",
        "jshint": "0.2.x",
        "underscore": "1.2.x",
        "docco": "0.3.x"
    },
    "engines": {
        "node": ">= 0.3.6"
    },
    "scripts": {
        "test": "mocha -R spec"
    }
}
