Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80517 views
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": {
13
"url": "https://github.com/facebook/flux/issues"
14
},
15
"files": [
16
"index.js",
17
"lib/",
18
"LICENSE",
19
"PATENTS"
20
],
21
"main": "index.js",
22
"scripts": {
23
"prepublish": "gulp publish",
24
"test": "jest"
25
},
26
"jest": {
27
"rootDir": "src",
28
"scriptPreprocessor": "../jest-preprocessor.js"
29
},
30
"repository": {
31
"type": "git",
32
"url": "git+https://github.com/facebook/flux.git"
33
},
34
"author": {
35
"name": "Facebook"
36
},
37
"contributors": [
38
{
39
"name": "Jing Chen",
40
"email": "[email protected]"
41
},
42
{
43
"name": "Bill Fisher",
44
"email": "[email protected]"
45
},
46
{
47
"name": "Paul O'Shannessy",
48
"email": "[email protected]"
49
}
50
],
51
"license": "BSD",
52
"devDependencies": {
53
"browserify": "^9.0.3",
54
"del": "^1.1.1",
55
"gulp": "^3.8.11",
56
"gulp-clean": "^0.3.1",
57
"gulp-react": "^2.0.0",
58
"gulp-replace": "^0.5.3",
59
"jest-cli": "^0.4.0",
60
"react-tools": "^0.12.0",
61
"run-sequence": "^1.0.2",
62
"vinyl-source-stream": "^1.0.0"
63
},
64
"gitHead": "44684a9ad8954437040130bf2d1e02e2b776b114",
65
"_id": "[email protected]",
66
"_shasum": "787e1aedffb34a322a60b49c57a2d23856a6de27",
67
"_from": "flux@>=2.0.1 <2.1.0",
68
"_npmVersion": "1.4.14",
69
"_npmUser": {
70
"name": "fisherwebdev",
71
"email": "[email protected]"
72
},
73
"maintainers": [
74
{
75
"name": "fisherwebdev",
76
"email": "[email protected]"
77
}
78
],
79
"dist": {
80
"shasum": "787e1aedffb34a322a60b49c57a2d23856a6de27",
81
"tarball": "http://registry.npmjs.org/flux/-/flux-2.0.3.tgz"
82
},
83
"directories": {},
84
"_resolved": "https://registry.npmjs.org/flux/-/flux-2.0.3.tgz",
85
"readme": "ERROR: No README data found!"
86
}
87
88