{
  "name": "rx-lite",
  "title": "Reactive Extensions for JavaScript (RxJS) Lite",
  "description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
  "version": "3.1.2",
  "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"

,"_resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz"
,"_integrity": "sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI="
,"_from": "rx-lite@3.1.2"
}