forked from tomas-mm/plywood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.46 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
{
"name": "plywood",
"version": "0.20.2",
"description": "A query planner and executor",
"keywords": [
"split",
"apply",
"combine",
"druid",
"query planner"
],
"author": {
"name": "Vadim Ogievetsky",
"url": "http://vadim.ogievetsky.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/implydata/plywood.git"
},
"main": "build/plywood.js",
"typings": "build/index.d.ts",
"files": [
"build/",
"package/",
"typings/"
],
"scripts": {
"prepare": "tdi -q",
"compile": "./compile",
"pretest": "./compile",
"test": "./travis-test",
"full-test": "./run-tests"
},
"tonicExampleFilename": "docs/examples/tonic.js",
"dependencies": {
"chronoshift": "~0.8.0",
"druid.d.ts": "~0.11.6",
"has-own-prop": "~1.0.1",
"immutable-class": "~0.7.0",
"moment-timezone": "~0.5.21",
"plywood-base-api": "~0.2.8",
"readable-stream": "~3.0.3",
"stream-to-array": "~2.3.0",
"tslib": "~1.9.3"
},
"devDependencies": {
"browserify": "16.2.2",
"chai": "4.1.2",
"f-tool": "0.1.3",
"immutable-class-tester": "0.6.0",
"imonit": "0.2.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"pegjs": "0.10.0",
"plywood-druid-requester": "2.6.0",
"plywood-mysql-requester": "2.3.0",
"plywood-postgres-requester": "1.4.0",
"tdi": "0.6.4",
"tslint": "5.11.0",
"typescript": "3.0.3",
"uglify-js": "3.4.9"
}
}