Files
cdnjs/ajax/libs/ixjs/package.json
T

29 lines
749 B
JSON

{
"name": "ixjs",
"filename": "ix.min.js",
"title": "Interactive Extensions for JavaScript (RxJS)",
"description": "A set of libraries to compose pull-based collections and LINQ-style query operators in JavaScript",
"version": "1.0.6",
"homepage": "http://rx.codeplex.com",
"author": {
"name": "Cloud Programmability Team",
"url": "https://github.com/Reactive-Extensions/IxJS/blob/master/authors.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/Reactive-Extensions/IxJS.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"keywords": [
"LINQ",
"Array",
"Query",
"Enumerable"
]
}