-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
82 lines (82 loc) · 2.02 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
{
"name": "imply-pivot",
"version": "0.2.5",
"description": "Imply Pivot is an 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.13.3",
"chronoshift": "^0.3.x",
"compression": "^1.5.2",
"d3": "^3.5.6",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"immutable": "^3.7.4",
"immutable-class": "^0.3.x",
"js-yaml": "^3.4.2",
"lz-string": "^1.4.4",
"morgan": "^1.6.1",
"numeral": "^1.5.3",
"plywood": "^0.3.x",
"plywood-druid-requester": "^1.1.x",
"plywood-mysql-requester": "^1.1.x",
"q": "^1.1.2",
"qajax": "^1.3.0",
"react": "^0.13.3",
"react-svg-icons": "^0.1.2"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"browserify": "~11.0.0",
"chai": "~3.2.0",
"del": "^1.2.0",
"fs-extra": "^0.23.1",
"gulp": "^3.9.0",
"gulp-cache": "^0.2.10",
"gulp-cache-money": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-foreach": "^0.1.0",
"gulp-mocha": "^2.1.2",
"gulp-postcss": "^5.1.9",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.1.1-beta",
"gulp-typescript": "^2.7.6",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"jsdom": "3.1.2",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "~2.2.x",
"react-tools": "^0.13.3",
"replace": "^0.3.0",
"sinon": "^1.15.4",
"typescript": "^1.5.3",
"underscore": "~1.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"walltime-js": "0.1.2"
},
"react-svg-icons": {
"assetPath": "assets/icons"
}
}