-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.74 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": "pando-computing",
"version": "0.18.0",
"description": "Distribute processing of a stream of items to volunteers on the web.",
"bin": {
"pando": "bin/index.js"
},
"main": "src/index.js",
"scripts": {
"postinstall": "browserify src/browser.js -r -s volunteer -o public/volunteer.js; browserify src/plotly.js -r -s plotly -o root/plotly.js",
"test": "tape test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elavoie/pando-computing.git"
},
"keywords": [
"stream",
"distributed",
"processing",
"volunteer"
],
"author": "Erick Lavoie",
"license": "MIT",
"bugs": {
"url": "https://github.com/elavoie/pando-computing/issues"
},
"homepage": "https://github.com/elavoie/pando-computing#readme",
"dependencies": {
"async.util.setimmediate": "^0.5.2",
"bootstrap": "4.1.3",
"browserify": "^13.3.0",
"debug": "^2.6.9",
"electron-webrtc": "^0.3.0",
"express": "^4.16.4",
"jquery": "1.9.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"pando-server": "^1.5.4",
"plotly.js-dist": "1.43.0",
"popper.js": "1.14.3",
"pull-lend-stream": "^1.2.2",
"pull-limit": "^1.2.2",
"pull-probe": "^1.0.2",
"pull-stream": "^3.6.9",
"pull-stream-function-to-object": "^1.0.1",
"pull-sync": "^2.0.5",
"pull-ws": "github:elavoie/pull-ws",
"request": "^2.88.0",
"simple-peer": "^6.4.4",
"simple-updatable-website": "^1.1.3",
"simple-websocket": "^7.2.0",
"split": "^1.0.1",
"stream-to-pull-stream": "^1.7.3",
"webrtc-bootstrap": "^4.4.1",
"webrtc-tree-overlay": "^1.0.13",
"ws": "^1.1.5"
},
"devDependencies": {
"bignumber.js": "^4.1.0",
"tape": "^4.10.1",
"wrtc": "^0.3.7"
}
}