hagent
Version:
HTTP agent for whistle
35 lines (34 loc) • 723 B
JSON
{
"name": "hagent",
"description": "HTTP agent for whistle",
"version": "0.9.3",
"author": "avenwu <avenwu@vip.qq.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/avwo/hagent/issues"
},
"homepage": "https://github.com/avwo/hagent",
"keywords": [
"whistle",
"http-agent"
],
"registry": "http://registry.npmjs.org/hagent",
"repository": {
"type": "git",
"url": "https://github.com/avwo/hagent.git"
},
"scripts": {
"lint": "eslint ./lib *.js",
"lintfix": "eslint --fix ./lib *.js"
},
"engines": {
"node": ">= 0.12.0"
},
"devDependencies": {
"eslint": "^2.8.0"
},
"dependencies": {
"safe-buffer": "^5.0.1"
}
}