breeze-bridge2-angular
Version:
A bridge that configures Breeze to work with Angular out of the box.
33 lines (32 loc) • 769 B
JSON
{
"name": "breeze-bridge2-angular",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Breeze/breeze.bridge2.angular"
},
"author": {
"name": "Marcel Good",
"email": "marcelg@ideablade.com"
},
"keywords": [
"breeze",
"angular",
"bridge"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Breeze/breeze.bridge2.angular/issues"
},
"main": "breeze-bridge2-angular.umd.js",
"module": "index.js",
"jsnext:main": "index.js",
"typings": "breeze-bridge2-angular.d.ts",
"peerDependencies": {
"@angular/core": ">= 4.3.0",
"@angular/common": ">= 4.3.0",
"rxjs": ">= 5.5.0",
"zone.js": ">= 0.8.4",
"breeze-client": ">= 1.6.3"
}
}