UNPKG

odata-client

Version:
39 lines (38 loc) 712 B
{ "name": "odata-client", "version": "0.8.0", "description": "odata client", "main": "index.js", "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git://github.com/kanthoney/odata-client.git" }, "keywords": [ "odata", "client", "REST" ], "author": "Kevin Anthoney", "license": "ISC", "bugs": { "url": "https://github.com/kanthoney/odata-client/issues" }, "dependencies": { "bluebird": "^3.4.1", "got": "^12.5.3", "lodash": "^4.17.14", "mimelib": "^0.2.19", "uuid": "^8.3.2" }, "devDependencies": { "jasmine": "^3.1.0" }, "peerDependenciesMeta": { "request": { "optional": true } } }