UNPKG

breeze2-odata4

Version:

Library to allow OData 4 support for breezejs 2

43 lines (42 loc) 1.09 kB
{ "name": "breeze2-odata4", "version": "0.0.5", "description": "Library to allow OData 4 support for breezejs 2", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": ["/lib", "/typings"], "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/patrizior/breeze-odata4.git" }, "keywords": [ "breeze", "breezejs", "breeze-client", "odata", "odata4", "typescript" ], "author": "Patrizio Ricciardello fetched from Travis Schettler", "license": "MIT", "bugs": { "url": "https://github.com/patrizior/breeze-odata4/issues" }, "homepage": "https://github.com/patrizior/breeze-odata4#readme", "dependencies": { "breeze-client": "^2.0.0-alpha.8", "ts-odatajs": "^4.0.3" }, "peerDependencies": { "breeze-client": "^2.0.0-alpha.8", "ts-odatajs": "^4.0.3" }, "devDependencies": { "typescript": "^2.8.3" } }