@reactivex/rxjs
Version:
Reactive Extensions for modern JavaScript
156 lines • 4.99 kB
JSON
{
"bugs": {
"url": "https://github.com/ReactiveX/RxJS/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "node ./node_modules/validate-commit-msg/index.js"
}
},
"keywords": [
"Rx",
"RxJS",
"ReactiveX",
"ReactiveExtensions",
"Streams",
"Observables",
"Observable",
"Stream",
"ES6",
"ES2015"
],
"typings": "Rx.d.ts",
"version": "5.0.0-beta.8",
"scripts-info": {
"info": "List available script",
"build_all": "Build all packages(ES6, CJS, AMD, Global) and generate packages",
"build_amd": "Build AMD package with clean up existing build, copy source into dist",
"build_cjs": "Build CJS package with clean up existing build, copy source into dist",
"build_es6": "Build ES6 package with clean up existing build, copy source into dist",
"build_closure_core": "Minify Global core build using closure compiler",
"build_global": "Build Global package, then minify build",
"build_perf": "Build CJS & Global build, run macro performance test",
"build_test": "Build CJS package & test spec, execute mocha test runner",
"build_cover": "Run lint to current code, build CJS & test spec, execute test coverage",
"build_docs": "Build ES6 & global package, create documentation using it",
"build_spec": "Build test specs",
"check_circular_dependencies": "Check codebase has circular dependencies",
"clean_spec": "Clean up existing test spec build output",
"clean_dist_amd": "Clean up existing AMD package output",
"clean_dist_cjs": "Clean up existing CJS package output",
"clean_dist_es6": "Clean up existing ES6 package output",
"commit": "Run git commit wizard",
"compile_dist_amd": "Compile codebase into AMD module",
"compile_dist_cjs": "Compile codebase into CJS module",
"compile_dist_es6": "Compile codebase into ES6",
"cover": "Execute test coverage",
"lint_perf": "Run lint against performance test suite",
"lint_spec": "Run lint against test spec",
"lint_src": "Run lint against source",
"lint": "Run lint against everything",
"perf": "Run macro performance benchmark",
"perf_micro": "Run micro performance benchmark",
"test_mocha": "Execute mocha test runner against existing test spec build",
"test_browser": "Execute mocha test runner on browser against existing test spec build",
"test": "Clean up existing test spec build, build test spec and execute mocha test runner",
"tests2png": "Generate marble diagram image from test spec",
"watch": "Watch codebase, trigger compile when source code changes"
},
"description": "Reactive Extensions for modern JavaScript",
"engines": {
"npm": ">=2.0.0"
},
"main": "Rx.js",
"name": "rxjs",
"contributors": [
{
"name": "Ben Lesh",
"email": "blesh@netflix.com"
},
{
"name": "Paul Taylor",
"email": "paul.e.taylor@me.com"
},
{
"name": "Jeff Cross",
"email": "crossj@google.com"
},
{
"name": "Matthew Podwysocki",
"email": "matthewp@microsoft.com"
},
{
"name": "OJ Kwon",
"email": "kwon.ohjoong@gmail.com"
},
{
"name": "Andre Staltz",
"email": "andre@staltz.com"
}
],
"devDependencies": {
"babel-polyfill": "^6.7.2",
"benchmark": "^2.1.0",
"benchpress": "2.0.0-beta.1",
"browserify": "13.0.0",
"chai": "^3.5.0",
"color": "^0.11.1",
"colors": "1.1.2",
"commitizen": "^2.8.1",
"coveralls": "^2.11.8",
"cz-conventional-changelog": "1.1.5",
"doctoc": "^1.0.0",
"esdoc": "^0.4.6",
"eslint": "^2.4.0",
"fs-extra": "^0.26.5",
"ghooks": "^1.0.3",
"glob": "^7.0.3",
"gm": "1.21.1",
"google-closure-compiler": "^20160208.5.0",
"gzip-size": "^3.0.0",
"http-server": "^0.9.0",
"istanbul": "0.4.2",
"lodash": "^4.6.1",
"madge": "^0.5.3",
"markdown-doctest": "^0.3.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"mocha-in-sauce": "0.0.1",
"npm-run-all": "^1.5.3",
"npm-scripts-info": "^0.3.4",
"opn-cli": "^3.1.0",
"platform": "^1.3.1",
"promise": "^7.1.1",
"protractor": "^3.1.1",
"remap-istanbul": "0.5.1",
"rx": "latest",
"shx": "^0.1.1",
"sinon": "^2.0.0-pre",
"sinon-chai": "^2.8.0",
"source-map-support": "^0.4.0",
"systemjs": "^0.19.24",
"systemjs-builder": "^0.10.6",
"tslint": "^3.5.0",
"typescript": "^1.8.10",
"typings": "^0.7.8",
"validate-commit-msg": "^2.3.1",
"watch": "^0.17.1",
"watchify": "3.7.0",
"webpack": "^1.12.14",
"xmlhttprequest": "1.8.0"
},
"author": "Ben Lesh <blesh@netflix.com>",
"dependencies": {
"symbol-observable": "^0.2.4"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:ReactiveX/RxJS.git"
},
"homepage": "https://github.com/ReactiveX/RxJS"
}