forked from YahooArchive/swiv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.05 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
{
"name": "yahoo-swiv",
"version": "0.9.40",
"description": "A web-based exploratory visualization UI for Druid.io",
"keywords": [
"imply",
"data",
"explorer",
"swiv",
"visualization",
"druid"
],
"author": {
"name": "Vadim Ogievetsky",
"url": "http://vadim.ogievetsky.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/yahoo/swiv.git"
},
"bin": {
"swiv": "bin/swiv"
},
"dependencies": {
"body-parser": "1.15.2",
"browser-filesaver": "1.1.1",
"chronoshift": "0.5.7",
"clipboard": "1.5.12",
"compression": "1.6.2",
"d3": "3.5.17",
"debug": "2.2.0",
"express": "4.14.0",
"fs-promise": "0.5.0",
"hsts": "1.0.0",
"immutable": "3.8.1",
"immutable-class": "0.6.9",
"js-yaml": "3.6.1",
"logger-tracker": "0.0.23",
"lz-string": "1.4.4",
"node-spawn-server": "1.0.1",
"nopt": "3.0.6",
"numeral": "1.5.3",
"plywood-druid-requester": "1.5.4",
"plywood-mysql-requester": "1.3.1",
"plywood-postgres-requester": "0.9.1",
"q": "1.4.1",
"qajax": "1.3.0",
"react": "15.3.0",
"react-addons-css-transition-group": "15.3.0",
"react-dom": "15.3.0",
"request": "2.74.0",
"swiv-plywood": "0.12.17"
},
"devDependencies": {
"@types/body-parser": "0.0.30",
"@types/chai": "3.4.30",
"@types/compression": "0.0.30",
"@types/express": "4.0.30",
"@types/express-session": "0.0.29",
"@types/js-yaml": "3.5.27",
"@types/node": "6.0.35",
"@types/q": "0.0.28",
"@types/qajax": "0.0.27",
"@types/superagent": "2.0.31",
"@types/supertest": "1.1.28",
"chai": "3.5.0",
"fs-extra": "0.30.0",
"gulp": "3.9.1",
"immutable-class-tester": "0.5.3",
"istanbul": "0.4.4",
"jsdom": "9.4.2",
"laborer": "2.5.25",
"mkdirp": "0.5.1",
"mocha": "3.0.2",
"react-addons-test-utils": "15.3.0",
"replace": "0.3.0",
"rewire": "2.5.2",
"run-sequence": "1.2.2",
"sinon": "1.17.5",
"supertest": "2.0.0",
"underscore": "1.8.3"
}
}