forked from Reactive-Extensions/rx.angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 KB
/
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
45
46
47
48
49
{
"name": "rx-angular",
"title": "The Reactive Extensions Bindings for the AngularJS.",
"description": "Library for bridging between RxJS and AngularJS.",
"version": "0.0.3",
"homepage": "https://github.com/Reactive-Extensions/rx.angular.js",
"author": {
"name": "MS Open Tech"
},
"repository": {
"type": "git",
"url": "https://github.com/Reactive-Extensions/rx.angular.js.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"rx": "*"
},
"devDependencies": {
"grunt-cli": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-watch": "*",
"grunt-conventional-changelog": "~1.0.0",
"load-grunt-tasks": "~0.2.0"
},
"jam": {
"main": "rx.angular.js"
},
"keywords": [
"Reactive",
"FRP",
"Rx",
"RxJS",
"AngularJS",
"Angular"
],
"main": "rx.angular.js",
"scripts": {
"test": "grunt"
}
}