Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80508 views
1
{
2
"name": "flummox",
3
"version": "3.5.2",
4
"description": "Idiomatic, modular, testable, isomorphic Flux. No singletons required.",
5
"main": "lib/Flux.js",
6
"repository": {
7
"type": "git",
8
"url": "git+https://github.com/acdlite/flummox.git"
9
},
10
"homepage": "https://github.com/acdlite/flummox/blob/latest/README.md",
11
"bugs": {
12
"url": "https://github.com/acdlite/flummox/issues"
13
},
14
"scripts": {
15
"test": "make fast-js test",
16
"prepublish": "npm run test"
17
},
18
"keywords": [
19
"flux",
20
"isomorphic",
21
"react",
22
"reactjs",
23
"facebook",
24
"es6"
25
],
26
"author": {
27
"name": "Andrew Clark",
28
"email": "[email protected]"
29
},
30
"license": "MIT",
31
"devDependencies": {
32
"babel": "5.0.6",
33
"babel-eslint": "2.0.2",
34
"babel-loader": "5.0.0",
35
"babel-runtime": "5.0.6",
36
"chai": "~1.10.0",
37
"chai-as-promised": "4.3.0",
38
"es6-promise": "~2.0.1",
39
"eslint": "~0.18.0",
40
"istanbul": "0.3.7",
41
"jsdom": "~4.0.5",
42
"mocha": "2.2.1",
43
"react": "0.13.x",
44
"sinon": "1.14.0",
45
"source-map-support": "0.2.10",
46
"webpack": "1.7.3"
47
},
48
"dependencies": {
49
"eventemitter3": "~0.1.6",
50
"flux": "~2.0.1",
51
"object-assign": "~2.0.0",
52
"uniqueid": "~0.1.0"
53
},
54
"gitHead": "cc646710361732bd911b0c749cd0cea72ac056d2",
55
"_id": "[email protected]",
56
"_shasum": "f6e9424b77032c829b666c0f70a31c01cea5b16f",
57
"_from": "flummox@*",
58
"_npmVersion": "2.5.1",
59
"_nodeVersion": "1.2.0",
60
"_npmUser": {
61
"name": "acdlite",
62
"email": "[email protected]"
63
},
64
"maintainers": [
65
{
66
"name": "acdlite",
67
"email": "[email protected]"
68
}
69
],
70
"dist": {
71
"shasum": "f6e9424b77032c829b666c0f70a31c01cea5b16f",
72
"tarball": "http://registry.npmjs.org/flummox/-/flummox-3.5.2.tgz"
73
},
74
"directories": {},
75
"_resolved": "https://registry.npmjs.org/flummox/-/flummox-3.5.2.tgz",
76
"readme": "ERROR: No README data found!"
77
}
78
79