odata-client/package.json

31 строка
584 B
JSON

{
"name": "odata-client",
"version": "0.5.4",
"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",
"lodash": "^4.14.1",
"mimelib": "^0.2.19",
"request": "^2.74.0",
"uuid": "^2.0.2"
}
}