rx-angular
Version:
Library for bridging between RxJS and AngularJS.
46 lines (45 loc) • 996 B
JSON
{
"name": "rx-angular",
"title": "The Reactive Extensions Bindings for the AngularJS.",
"description": "Library for bridging between RxJS and AngularJS.",
"version": "1.1.3",
"homepage": "https://github.com/Reactive-Extensions/rx.angular.js",
"author": {
"name": "Microsoft"
},
"repository": {
"type": "git",
"url": "https://github.com/Reactive-Extensions/rx.angular.js.git"
},
"license": "Apache-2.0",
"dependencies": {
"rx": "*"
},
"devDependencies": {
"angular": "^1.4.9",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "*",
"grunt-ng-annotate": "^0.10.0",
"load-grunt-tasks": "*",
"tsd": "^0.6.5"
},
"jam": {
"main": "dist/rx.angular.js"
},
"keywords": [
"Reactive",
"FRP",
"Rx",
"RxJS",
"AngularJS",
"Angular"
],
"main": "index.js",
"scripts": {
"test": "grunt"
}
}