forked from lukehan/plywood
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 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
{
"name": "plywood",
"version": "0.10.33",
"description": "split-apply-combine; unify data and vis; with single language",
"keywords": [
"split",
"apply",
"combine",
"visualization"
],
"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",
"typescript": {
"definition": "build/plywood.d.ts"
},
"scripts": {
"prepublish": "./prepublish"
},
"tonicExampleFilename": "docs/examples/tonic.js",
"dependencies": {
"immutable-class": "0.4.4",
"q": "1.4.1"
},
"peerDependencies": {
"chronoshift": "0.4.x"
},
"devDependencies": {
"browserify": "13.0.1",
"chai": "3.5.0",
"chronoshift": "0.4.5",
"istanbul": "0.4.3",
"mocha": "2.5.3",
"pegjs": "0.9.0",
"plywood-druid-requester": "1.4.3",
"plywood-mysql-requester": "1.2.3",
"plywood-postgres-requester": "0.8.6",
"tslint": "3.11.0",
"typescript": "1.8.10",
"underscore": "1.8.3",
"walltime-js": "0.1.2"
}
}