-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 961 Bytes
/
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
{
"name": "clusterpost",
"version": "1.0.1",
"description": "Suite to run a server, post job documents and run tasks in remote computing grids",
"main": "index.js",
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanprietob/clusterpost.git"
},
"keywords": [
"Cluster",
"computing",
"REST",
"tasks",
"execution"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juanprietob/clusterpost/issues"
},
"homepage": "https://github.com/juanprietob/clusterpost#readme",
"dependencies": {
"clusterpost-server": "file:src/clusterpost-server",
"couch-update-views": "file:src/couch-update-views",
"joi": "^10.6.0"
}
}