tent-request
Version:
A Tent client library.
37 lines (36 loc) • 866 B
JSON
{
"name": "tent-request",
"description": "A Tent client library.",
"version": "0.6.0",
"main": "index.js",
"keywords": [
"tent",
"post",
"request",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/hendrikcech/tent-request.git"
},
"scripts": {
"pretest": "node ./tests/configCheck.js",
"test": "tape ./tests/*/*.js",
"build": "rm -rf node_modules/dicer/node_modules/readable-stream && browserify index.js -s request --ignore debug --ignore-missing | uglifyjs > umd.min.js"
},
"author": {
"name": "Hendrik Cech",
"email": "hendrik.cech@gmail.com"
},
"license": "MIT",
"dependencies": {
"hawk": "~2.1.3",
"debug": "^0.8.0",
"multipart-stream": "^1.0.0",
"dicer": "^0.2.3",
"http-string-parser": "0.0.4"
},
"devDependencies": {
"tape": "~2.12.0"
}
}