UNPKG

async-http

Version:

Asynchronous HTTP request API

42 lines (41 loc) 888 B
{ "name": "async-http", "version": "0.1.2", "description": "Asynchronous HTTP request API", "license": "Apache-2.0", "keywords": [ "async", "promise", "http", "httpclient", "httprequest", "httpresponse" ], "main": "bin/index.js", "typings": "package.d.ts", "scripts": { "test": "jake runtests" }, "dependencies": { "async-promise": "*", "xmlhttprequest": "*" }, "devDependencies": { "jake-tsc": "file:..\\jake-tsc", "source-map-support": "^0.2.10", "typescript": "1.5.0-alpha" }, "author": { "name": "Ron Buckton", "email": "rbuckton@chronicles.org", "url": "http://github.com/rbuckton" }, "bugs": { "email": "rbuckton@chronicles.org", "url": "http://github.com/rbuckton/asyncjs/issues" }, "repository": { "type": "git", "url": "git://github.com/rbuckton/asyncjs.git" } }