UNPKG

1.38 kBJSONView Raw
1{
2 "name": "rx",
3 "title": "Reactive Extensions for JavaScript (RxJS)",
4 "description": "Library for composing asynchronous and event-based operations in JavaScript",
5 "version": "2.4.9",
6 "homepage": "https://github.com/Reactive-Extensions/RxJS",
7 "author": {
8 "name": "Cloud Programmability Team",
9 "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/Reactive-Extensions/RxJS.git"
14 },
15 "licenses": [
16 {
17 "type": "Apache License, Version 2.0",
18 "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
19 }
20 ],
21 "bugs": "https://github.com/Reactive-Extensions/RxJS/issues",
22 "jam": {
23 "main": "dist/rx.all.js"
24 },
25 "browser": {
26 "index.js": "dist/rx.all.js"
27 },
28 "dependencies": {},
29 "devDependencies": {
30 "benchmark": "*",
31 "grunt-cli": "*",
32 "grunt": "*",
33 "grunt-contrib-copy": "*",
34 "grunt-contrib-jshint": "*",
35 "grunt-contrib-connect": "*",
36 "grunt-contrib-uglify": "*",
37 "grunt-contrib-concat": "*",
38 "grunt-contrib-qunit": "*",
39 "grunt-contrib-watch": "*",
40 "grunt-saucelabs": "*",
41 "grunt-jscs": "*",
42 "load-grunt-tasks": "*"
43 },
44 "keywords": [
45 "LINQ",
46 "FRP",
47 "Reactive",
48 "Events",
49 "Rx",
50 "RxJS"
51 ],
52 "main": "index.js",
53 "scripts": {
54 "test": "grunt"
55 }
56}