forked from joola/joola
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 2.88 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "joola.io",
"preferGlobal": false,
"version": "0.6.3",
"author": "Joola <[email protected]>",
"description": "The open-source data visualization framework",
"engine": "node >= 0.10.x",
"private": false,
"repository": {
"type": "git",
"url": "http://github.com/joola/joola.io.git"
},
"bugs": "http://github.com/joola/joola.io/issues",
"contributors": [
{
"name": "Itay Weinberger",
"email": "[email protected]",
"url": "http://joo.la"
},
{
"name": "Or Weinberger",
"email": "[email protected]",
"url": "http://joo.la"
}
],
"scripts": {
"test": "make test",
"start": "node ./joola.io.js",
"coveralls": "make test-coveralls"
},
"bin": {
"joola.io": "./joola.io.js",
"jio": "./node_modules/joola.io.cli/bin/joola.io.cli"
},
"main": "./joola.io.js",
"keywords": [
"data",
"analytics",
"big-data",
"visualization",
"noSQL"
],
"dependencies": {
"async": "*",
"benchmark": "^1.0.0",
"body-parser": "^1.0.2",
"bunyan": "http://github.com/itayw/node-bunyan/tarball/master",
"bunyan-format": "*",
"bunyan-loggly": "0.0.5",
"circular-json": "~0.1.6",
"cloneextend": "0.0.3",
"coffee-script": "~1.7.1",
"colors": "~0.6.2",
"commander": "^2.1.0",
"compression": "^1.0.1",
"config": "^0.4.35",
"connect": "~2.12.0",
"connect-redis": "~1.4.7",
"cookie": "~0.1.0",
"deep-diff": "^0.1.4",
"deep-equal": "~0.2.1",
"describe-json": "^0.0.6",
"event-stream": "*",
"eventemitter2": "*",
"express": "^4.1.1",
"hiredis": "*",
"htpasswd": "*",
"humanize-number": "0.0.2",
"jade": "*",
"joola.io.cli": "^0.0.3",
"joola.io.datastore-mongodb": "^0.0.5",
"joola.io.sdk": "^0.6.0",
"js-yaml": "~3.0.2",
"json-stringify-safe": "^5.0.0",
"kindof": "~1.0.0",
"localeval": "~13.12.11",
"microtime": "^0.5.1",
"moment": "~2.5.1",
"querystring": "~0.2.0",
"redis": "*",
"repl.history": "*",
"semver": "~2.2.1",
"socket.io": "^1.0.2",
"socket.io-client": "^1.0.2",
"socket.io-redis": "^0.1.2",
"static-favicon": "^1.0.2",
"stomp": "https://github.com/joola/stomp-js/tarball/master",
"traverse": "http://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
"twix": "~0.4.0",
"underscore": "*"
},
"devDependencies": {
"socket.io-browserify": "*",
"mocha-lcov-reporter": "*",
"coveralls": "*",
"should": "*",
"mocha": "*",
"istanbul": "*",
"expect": "*",
"blanket": "*",
"jshint": "*",
"supertest": "*",
"xtend": "*",
"request": "*",
"zombie": "*",
"mkdirp": "*",
"wrench": "~1.5.6",
"commander": "~2.2.0",
"humanize-number": "0.0.2",
"chai": "^1.9.1",
"sinon": "^1.10.2",
"sinon-chai": "2.3.1"
},
"engines": {
"node": "0.10.*",
"npm": "1.4.*"
},
"license": "GPL-3.0"
}