Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 50994
1
{
2
"name": "flux",
3
"description": "An application architecture based on a unidirectional data flow",
4
"version": "2.0.2",
5
"main": "dist/Flux.js",
6
"license": "https://github.com/facebook/flux/blob/master/LICENSE",
7
"homepage": "http://facebook.github.io/flux/",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/facebook/flux.git"
11
},
12
"authors": [
13
"Facebook",
14
"Jing Chen <[email protected]>",
15
"Bill Fisher <[email protected]>",
16
"Paul O'Shannessy <[email protected]>"
17
],
18
"keywords": [
19
"flux",
20
"dispatcher",
21
"react",
22
"facebook"
23
],
24
"ignore": [
25
"**/.*",
26
"node_modules",
27
"bower_components",
28
"test",
29
"tests",
30
"docs",
31
"examples",
32
"src",
33
"lib",
34
"website",
35
"CONTRIBUTING.md",
36
"Gulpfile.js",
37
"index.js",
38
"package.json"
39
]
40
}
41
42