UNPKG

1.34 kBJSONView Raw
1{
2 "name": "fluxible",
3 "version": "0.5.1",
4 "description": "A pluggable container for isomorphic flux applications",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/yahoo/fluxible"
9 },
10 "scripts": {
11 "test": "mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec",
12 "cover": "istanbul cover --dir artifacts -- _mocha tests/unit/ --recursive --compilers js:babel/register --reporter spec",
13 "lint": "eslint lib/ addons/"
14 },
15 "dependencies": {
16 "debug": "^2.0.0",
17 "dispatchr": "^0.3.1",
18 "es6-promise": "^2.0.1",
19 "fluxible-addons-react": "*",
20 "is-promise": "^2.0.0",
21 "object-assign": "^3.0.0",
22 "setimmediate": "^1.0.2"
23 },
24 "devDependencies": {
25 "babel": "^5.0.2",
26 "chai": "^2.0.0",
27 "coveralls": "^2.11.1",
28 "eslint": "^0.21.2",
29 "flux-router-component": "^0.6.0",
30 "istanbul": "^0.3.2",
31 "jsdom": "^3.1.2",
32 "mocha": "^2.0.1",
33 "mockery": "^1.4.0",
34 "pre-commit": "^1.0.7",
35 "react": "0.13.x"
36 },
37 "author": "Michael Ridgway <mridgway@yahoo-inc.com>",
38 "contributors": [],
39 "licenses": [
40 {
41 "type": "BSD",
42 "url": "https://github.com/yahoo/fluxible/blob/master/LICENSE.md"
43 }
44 ],
45 "keywords": [
46 "yahoo",
47 "flux",
48 "react",
49 "fluxible",
50 "isomorphic"
51 ]
52}