forked from facebookarchive/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 841 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "flux",
"description": "An application architecture based on a unidirectional data flow",
"version": "2.0.2",
"main": "dist/Flux.js",
"license": "https://github.com/facebook/flux/blob/master/LICENSE",
"homepage": "https://facebook.github.io/flux/",
"repository": {
"type": "git",
"url": "https://github.com/facebook/flux.git"
},
"authors": [
"Facebook",
"Jing Chen <[email protected]>",
"Bill Fisher <[email protected]>",
"Paul O'Shannessy <[email protected]>"
],
"keywords": [
"flux",
"dispatcher",
"react",
"facebook"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"examples",
"src",
"lib",
"website",
"CONTRIBUTING.md",
"Gulpfile.js",
"index.js",
"package.json"
]
}