This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

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"
}