UNPKG

lil-http

Version:

Tiny, lightweight, full featured HTTP client

34 lines (33 loc) 633 B
{ "name": "lil-http", "description": "Tiny, lightweight, full featured HTTP client", "version": "0.1.17", "license": "MIT", "repository": "lil-js/http", "author": "Tomas Aparicio", "main": "./http.js", "keywords": [ "lil", "tiny", "micro", "http", "request", "xhr", "ajax", "https", "agent" ], "scripts": { "test": "make test" }, "devDependencies": { "chai": "^1.9.1", "http-server": "^0.6.1", "mocha": "^1.21.3", "mocha-phantomjs": "^3.4.1", "phantomjs": "^1.9.7-9", "sinon": "^1.10.3", "stubby": "^0.2.6", "uglify-js": "^2.4.15" } }