UNPKG

httpism

Version:

HTTP client with middleware and good defaults

71 lines (70 loc) 1.91 kB
{ "name": "httpism", "version": "1.13.0", "description": "HTTP client with middleware and good defaults", "main": "index.js", "dependencies": { "debug": "2.2.0", "https-proxy-agent": "1.0.0", "qs": "^0.6.6", "tough-cookie": "2.2.0", "underscore": "^1.6.0" }, "devDependencies": { "basic-auth-connect": "^1.0.0", "bluebird": "2.10.0", "body-parser": "^1.4.3", "chai": "3.5.0", "chai-as-promised": "5.2.0", "cookie-parser": "1.3.5", "cors": "2.7.1", "es6-promise": "3.0.2", "express": "^4.4.5", "fs-promise": "0.4.1", "http-proxy": "1.13.2", "karma": "0.13.9", "karma-browserify": "4.3.0", "karma-chrome-launcher": "0.2.0", "karma-mocha": "0.2.0", "karma-mocha-reporter": "1.1.1", "karma-phantomjs-launcher": "1.0.0", "karma-server-side": "1.3.0", "mocha": "2.2.5", "mock-xhr-router": "1.1.1", "phantomjs-prebuilt": "2.1.4", "pogo": "^0.9.6", "server-destroy": "1.0.1", "should": "~2.1.1" }, "directories": { "test": "test" }, "scripts": { "test": "npm run test-mocha && npm run test-browser -- --single-run --browsers PhantomJS", "test-browser": "karma start", "test-mocha": "mocha", "size": "browserify browser.js > _httpism.js && uglifyjs --compress warnings=false --mangle -- _httpism.js > _httpism.min.js && gzip < _httpism.min.js > _httpism.min.js.gz && ls -lh _httpism.*" }, "repository": { "type": "git", "url": "https://github.com/featurist/httpism.git" }, "keywords": [ "http", "rest" ], "author": { "email": "timmacfarlane@gmail.com", "name": "Tim Macfarlane", "url": "http://blog.refractalize.org/" }, "contributors": [ { "name": "Josh Chisholm", "email": "joshchisholm@gmail.com", "url": "http://featurist.co.uk/" } ], "license": "BSD", "browser": "browser.js" }