2016-08-04 21:45:17 +03:00
|
|
|
{
|
|
|
|
"name": "odata-client",
|
2016-08-09 17:25:46 +03:00
|
|
|
"version": "0.5.4",
|
2016-08-06 15:56:06 +03:00
|
|
|
"description": "odata client",
|
2016-08-08 12:10:14 +03:00
|
|
|
"main": "index.js",
|
2016-08-04 21:45:17 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "jasmine"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/kanthoney/odata-client.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"odata",
|
2016-08-06 15:56:06 +03:00
|
|
|
"client",
|
|
|
|
"REST"
|
2016-08-04 21:45:17 +03:00
|
|
|
],
|
|
|
|
"author": "Kevin Anthoney",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kanthoney/odata-client/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.4.1",
|
|
|
|
"lodash": "^4.14.1",
|
2016-08-08 00:04:35 +03:00
|
|
|
"mimelib": "^0.2.19",
|
2016-08-07 21:54:06 +03:00
|
|
|
"request": "^2.74.0",
|
|
|
|
"uuid": "^2.0.2"
|
2016-08-04 21:45:17 +03:00
|
|
|
}
|
|
|
|
}
|