UNPKG

openclient

Version:

An opinionated client for RESTful APIs (particularly OpenStack's).

27 lines (26 loc) 657 B
{ "name": "openclient", "version": "1.7.10", "description": "An opinionated client for RESTful APIs (particularly OpenStack's).", "homepage": "https://github.com/gabrielhurley/js-openclient", "keywords": ["client", "rest", "openstack"], "author": { "name": "Gabriel Hurley", "email": "gabriel@strikeawe.com", "url": "http://strikeawe.com" }, "main": "index.js", "repository" : { "type" : "git", "url" : "https://github.com/gabrielhurley/js-openclient.git" }, "dependencies": { "async": "*", "underscore": "*" }, "devDependencies": { "chai": "1.2.0", "mocha": ">= 1.3.2", "jshint": "*" } }