forked from goatslacker/alt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 751 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 751 Bytes
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
{
"name": "alt",
"version": "0.18.3",
"homepage": "https://github.com/goatslacker/alt",
"authors": [
"Josh Perez <josh@goatslacker.com>"
],
"description": "Alt is a flux implementation that is small (~4.3kb & 400 LOC), well tested, terse, insanely flexible, and forward thinking.",
"main": "dist/alt.js",
"devDependencies": {
"babel": "^4.0.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
},
"keywords": [
"alt",
"es6",
"flow",
"flux",
"react",
"unidirectional"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"src",
"coverage-test.js",
"coverage",
"TODO"
]
}