-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"author": {
"name": "Sean Wilkinson",
"email": "sean@mathbiol.org",
"url": "http://seanwilkinson.info"
},
"bugs": "https://github.com/qmachine/qm-nodejs/issues",
"contributors": [],
"dependencies": {
"corser": ">=1.2.0",
"mongodb": ">=1.4.18 <2.0.0",
"pg": ">=1.0.0",
"quanah": ">=0.3.0",
"redis": ">=0.8.2",
"sqlite3": ">=2.1.5"
},
"description": "QMachine: A platform for World Wide Computing",
"devDependencies": {},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.2"
},
"homepage": "https://www.qmachine.org/",
"keywords": [
"crowdsourcing",
"distributed computing",
"QMachine",
"volunteer computing",
"World Wide Computing"
],
"licenses": [{
"type": "Apache-2.0",
"url": "https://raw.githubusercontent.com/qmachine/qm-nodejs/master/LICENSE"
}],
"main": "lib/qm.js",
"name": "qm",
"optionalDependencies": {
"hiredis": ">=0.1.14",
"pg-native": ">=1.0.0"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/qmachine/qm-nodejs.git"
},
"scripts": {},
"version": "1.2.4"
}