{
    "name": "htp",
    "version": "0.13.0",
    "description": "Easy http/https client",
    "main": "htp.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "mocha --timeout 30000"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/YounGoat/nodejs.htp.git"
    },
    "keywords": [
        "http",
        "https"
    ],
    "author": "youngoat@163.com",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/YounGoat/nodejs.htp/issues"
    },
    "homepage": "https://github.com/YounGoat/nodejs.htp#readme",
    "devDependencies": {
        "ajv": "^5.5.2",
        "mocha": "^4.1.0"
    },
    "dependencies": {
        "dns-agent": "^0.1.1",
        "if2": "^0.2.0",
        "jinang": "^0.21.0",
        "mime-db": "^1.47.0",
        "overload2": "^0.3.1"
    },
    "engines": {
        "node": ">=6"
    }
}