-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 729 Bytes
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
{
"name": "clusters-client",
"version": "0.0.2",
"description": "Data processing done with webworker-threads or with native dynamic linked libraries using node-ffi",
"license": "MIT",
"keywords": [
"clusters",
"Web Workers",
"WebWorkers",
"ffi",
"node-ffi",
"distributed computing"
],
"repository": {
"type": "git",
"url": "https://github.com/hdf/clusters-client.git"
},
"dependencies": {
"webworker-threads": "^0.6.2"
},
"optionalDependencies": {
"ffi": "^2.0.0",
"ref-array": "^1.1.2",
"ref-union": "^1.0.1",
"ref-wchar": "^1.0.1"
},
"bin": {
"clusters-client": "./index.js"
},
"main": "index.js",
"scripts": {
"start": "node ."
}
}