UNPKG

lib-rest

Version:

Base libraries and classes for doing HTTP requests, in the RESTful manner.

48 lines (47 loc) 1.04 kB
{ "name": "lib-rest", "version": "0.1.5", "description": "Base libraries and classes for doing HTTP requests, in the RESTful manner.", "author": { "name": "Wiredcraft", "email": "info@wiredcraft.com", "url": "http://wiredcraft.com" }, "contributors": [ "Makara Wang" ], "keywords": [ "HTTP", "REST", "Request" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Wiredcraft/lib-rest" }, "bugs": { "url": "https://github.com/Wiredcraft/lib-rest/issues" }, "homepage": "https://github.com/Wiredcraft/lib-rest", "dependencies": { "bluebird": "^3.5.1", "debug": "^3.1.0", "dot-prop": "^4.2.0", "file-register": "^0.1.0", "handle-http-error": "^0.1.0", "purest": "^3.1.0", "request": "^2.83.0" }, "devDependencies": { "coveralls": "^3.0.0", "istanbul": "^0.4.4", "jscs": "^3.0.7", "mocha": "^4.0.1", "nock": "^9.0.25", "should": "^13.1.2" }, "scripts": { "test": "make test" } }