UNPKG

1.18 kBJSONView Raw
1{
2 "author": {
3 "name": "Sean Wilkinson",
4 "email": "sean@mathbiol.org"
5 },
6 "bugs": {
7 "url": "https://github.com/qmachine/qm-nodejs/issues",
8 "mail": ""
9 },
10 "dependencies": {
11 "corser": ">= 1.2.0",
12 "quanah": ">= 0.2.0"
13 },
14 "description": "A platform for World Wide Computing",
15 "devDependencies": {},
16 "engines": {
17 "node": ">= 0.8.0",
18 "npm": ">= 1.1.2"
19 },
20 "homepage": "https://www.qmachine.org/",
21 "licenses": [{
22 "type": "Apache 2.0",
23 "url": "https://raw.github.com/qmachine/qm-nodejs/master/LICENSE"
24 }],
25 "keywords": [
26 "crowdsourcing",
27 "distributed computing",
28 "volunteer computing",
29 "World Wide Computing"
30 ],
31 "main": "lib/main.js",
32 "name": "qm",
33 "optionalDependencies": {
34 "hiredis": ">= 0.1.14",
35 "mongodb": ">= 1.2.0",
36 "pg": ">= 1.0.0",
37 "redis": ">= 0.8.2",
38 "sqlite3": ">= 2.1.5"
39 },
40 "private": false,
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/qmachine/qm-nodejs.git"
44 },
45 "scripts": {},
46 "version": "1.1.6"
47}