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