mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
44 lines
961 B
JSON
Executable file
44 lines
961 B
JSON
Executable file
{
|
|
"name": "wekan-request",
|
|
"description": "Simplified HTTP request client.",
|
|
"tags": [
|
|
"http",
|
|
"simple",
|
|
"util",
|
|
"utility"
|
|
],
|
|
"version": "2.39.1",
|
|
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mikeal/request.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/mikeal/request/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": [
|
|
"node >= 0.8.0"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"qs": ">=0.6.4",
|
|
"json-stringify-safe": "~5.0.0",
|
|
"mime-types": "~1.0.1",
|
|
"forever-agent": "~0.5.0",
|
|
"node-uuid": "~1.4.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"tough-cookie": ">=0.12.0",
|
|
"form-data": "~0.1.0",
|
|
"tunnel-agent": "~0.4.0",
|
|
"http-signature": "~0.10.0",
|
|
"oauth-sign": "~0.3.0",
|
|
"hawk": "1.1.1",
|
|
"aws-sign2": "~0.5.0",
|
|
"stringstream": "~0.0.4"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests/run.js"
|
|
}
|
|
}
|