forked from Reactive-Extensions/rx.angular.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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": "*"
},
"jam": {
"main": "dist/rx.angular.js"
},
"keywords": [
"Reactive",
"FRP",
"Rx",
"RxJS",
"AngularJS",
"Angular"
],
"main": "index.js",
"scripts": {
"test": "grunt"
}
}