Files
cdnjs/ajax/libs/rxjs/package.json
T
Christopher Harris 3271656f29 rxjs
v2.0.0
v2.1.1
v2.1.2
2013-04-01 15:32:08 -05:00

30 lines
839 B
JSON

{
"name": "rxjs",
"filename": "rx.min.js",
"title": "Reactive Extensions for JavaScript (RxJS)",
"description": "Library for composing asynchronous and event-based operations in JavaScript",
"version": "2.1.2",
"homepage": "http://rx.codeplex.com",
"author": {
"name": "Cloud Programmability Team",
"url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/Reactive-Extensions/RxJS.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2"
},
"keywords": [],
"main": "rx.node.js"
}