{ "name": "flux", "version": "4.0.4", "description": "An application architecture based on a unidirectional data flow", "keywords": [ "flux", "react", "facebook", "dispatcher" ], "homepage": "https://facebookarchive.github.io/flux/", "bugs": "https://github.com/facebookarchive/flux/issues", "files": [ "LICENSE", "PATENTS", "README.md", "index.js", "lib", "utils.js", "dist" ], "main": "index.js", "scripts": { "build": "gulp build", "prepublish": "gulp publish", "test": "NODE_ENV=test jest" }, "repository": { "type": "git", "url": "https://github.com/facebook/flux" }, "author": "Facebook", "contributors": [ "Jing Chen ", "Bill Fisher ", "Paul O'Shannessy ", "Kyle Davis ", "Yangshun Tay " ], "license": "BSD-3-Clause", "devDependencies": { "@babel/core": "^7.12.10", "babel-loader": "^8.1.0", "babel-preset-fbjs": "^3.3.0", "del": "^2.2.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-flatten": "^0.2.0", "gulp-header": "1.8.2", "gulp-rename": "^1.2.2", "gulp-util": "^3.0.6", "immutable": "^3.7.4", "jest": "^28.1.0", "jest-environment-jsdom": "^28.1.0", "object-assign": "^4.0.1", "react": "^17.0.1", "react-addons-test-utils": "^15.6.2", "react-dom": "^17.0.1", "vinyl-source-stream": "^1.0.0", "webpack": "^1.11.0", "webpack-stream": "^3.1.0" }, "dependencies": { "fbemitter": "^3.0.0", "fbjs": "^3.0.1" }, "peerDependencies": { "react": "^15.0.2 || ^16.0.0 || ^17.0.0" } }