You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
972 B
JSON

{
"name": "rx-lite",
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
"description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
"version": "4.0.8",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"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"
}
],
"bugs": "https://github.com/Reactive-Extensions/RxJS/issues",
"jam": {
"main": "rx.lite.js"
},
"browser": {
"index.js": "rx.lite.js"
},
"dependencies": {},
"devDependencies": {},
"keywords": [
"React",
"Reactive",
"Events",
"Rx",
"RxJS"
],
"main": "rx.lite.js"
}