Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 50994
1
{
2
"name": "flux",
3
"version": "2.0.3",
4
"description": "An application architecture based on a unidirectional data flow",
5
"keywords": [
6
"flux",
7
"react",
8
"facebook",
9
"dispatcher"
10
],
11
"homepage": "http://facebook.github.io/flux/",
12
"bugs": "https://github.com/facebook/flux/issues",
13
"files": [
14
"index.js",
15
"lib/",
16
"LICENSE",
17
"PATENTS"
18
],
19
"main": "index.js",
20
"scripts": {
21
"prepublish": "gulp publish",
22
"test": "jest"
23
},
24
"jest": {
25
"rootDir": "src",
26
"scriptPreprocessor": "../jest-preprocessor.js"
27
},
28
"repository": {
29
"type": "git",
30
"url": "https://github.com/facebook/flux"
31
},
32
"author": "Facebook",
33
"contributors": [
34
"Jing Chen <[email protected]>",
35
"Bill Fisher <[email protected]>",
36
"Paul O'Shannessy <[email protected]>"
37
],
38
"license": "BSD-3-Clause",
39
"devDependencies": {
40
"browserify": "^9.0.3",
41
"del": "^1.1.1",
42
"gulp": "^3.8.11",
43
"gulp-clean": "^0.3.1",
44
"gulp-react": "^2.0.0",
45
"gulp-replace": "^0.5.3",
46
"jest-cli": "^0.4.3",
47
"react-tools": "^0.12.0",
48
"run-sequence": "^1.0.2",
49
"vinyl-source-stream": "^1.0.0"
50
}
51
}
52
53