forked from cheddar/pivot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.41 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
{
"name": "imply-pivot",
"version": "0.2.27",
"description": "A web-based exploratory visualization UI for Druid.io",
"keywords": [
"imply",
"data",
"explorer",
"pivot",
"visualization",
"druid"
],
"author": {
"name": "Vadim Ogievetsky",
"url": "http://vadim.ogievetsky.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/implydata/pivot.git"
},
"dependencies": {
"body-parser": "1.14.0",
"chronoshift": "0.3.3",
"compression": "1.5.2",
"d3": "3.5.6",
"debug": "2.2.0",
"express": "4.13.3",
"express-handlebars": "2.0.1",
"immutable": "3.7.5",
"immutable-class": "0.3.7",
"js-yaml": "3.4.2",
"lz-string": "1.4.4",
"morgan": "1.6.1",
"numeral": "1.5.3",
"plywood": "0.3.9",
"plywood-druid-requester": "1.1.3",
"plywood-mysql-requester": "1.1.2",
"q": "1.4.1",
"qajax": "1.3.0",
"react": "0.13.3",
"react-svg-icons": "0.1.3"
},
"devDependencies": {
"chai": "3.3.0",
"fs-extra": "0.24.0",
"gulp": "3.9.0",
"gulp-watch": "4.3.5",
"jsdom": "3.1.2",
"laborer": "1.0.10",
"merge-stream": "1.0.0",
"mkdirp": "0.5.1",
"mocha": "2.3.3",
"replace": "0.3.0",
"run-sequence": "1.1.3",
"sinon": "1.16.1",
"underscore": "1.8.3",
"walltime-js": "0.1.2"
},
"react-svg-icons": {
"assetPath": "assets/icons"
}
}