mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 08:46:19 +10:00
30 lines
839 B
JSON
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"
|
|
} |