-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.06 KB
/
package.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
41
42
43
44
45
46
47
48
49
50
{
"name": "fluxette",
"version": "0.19.3",
"description": "Minimalist, functional, concise Flux.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"chai-spies": "^0.7.0",
"fluxette-promise": "0.1.0",
"fluxette-react": "^0.19.1",
"fluxette-thunk": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"react": "^0.13.3",
"reducer": "^0.19.2",
"webpack": "^1.12.1"
},
"scripts": {
"test": "testem",
"build": "gulp build",
"prepublish": "gulp build"
},
"keywords": [
"flux",
"fluxette",
"redux",
"functional",
"reactive",
"pure",
"react",
"dispatcher"
],
"author": "synchronous",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/edge/fluxette.git"
},
"bugs": {
"url": "https://github.com/edge/fluxette/issues"
},
"homepage": "https://github.com/edge/fluxette#readme",
"directories": {
"example": "examples",
"test": "test"
}
}