request-with-cookies
Version:
An enhancement to mikeal/request library to create reusuable clients that supports cookies per client
37 lines (36 loc) • 969 B
JSON
{
"name": "request-with-cookies",
"version": "0.0.5",
"description": "An enhancement to mikeal/request library to create reusuable clients that supports cookies per client",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js coffee; ./node_modules/mocha/bin/mocha --reporter spec --compilers coffee:coffee-script --colors"
},
"keywords": [
"request",
"cookies",
"client",
"httpclient"
],
"dependencies": {
"request": "2.54.0",
"async": "0.7.0"
},
"devDependencies": {
"coffee-script": "1.6.3",
"gulp": "3.2.2",
"gulp-util": "2.2.14",
"gulp-coffee": "1.2.4",
"gulp-coffeelint": "0.0.2",
"gulp-mocha": "0.2.0",
"mocha": "1.16.2",
"express": "3.19",
"should": "2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sharathprabhal/request-with-cookies"
},
"author": "Sharath Prabhal <sharathbose@gmail.com>",
"license": "MIT"
}