forked from brainlife/amaretti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "amaretti",
"description": "Light weight inter-resource meta task orchestration service for ABCD compatible apps.",
"scripts": {
"test": "mocha --reporter spec",
"start": "node api/wf.js",
"apidoc": "apidoc -i api/ -o docs/apidoc/",
"docs": "cd docs && bundle exec jekyll serve",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*.js",
"deploy": "ssh -t test.brainlife.io sudo \"sudo /root/docker/amaretti/update.sh\"",
"deploy-prod": "ssh -t brainlife.io sudo \"sudo /root/docker/amaretti/update.sh\""
},
"repository": {
"type": "git",
"url": "git://github.com/brain-life/amaretti.git"
},
"author": "Soichi Hayashi <hayashis@iu.edu>",
"dependencies": {
"amqp": "^0.2.7",
"async": "^2.6.3",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-winston": "^3.4.0",
"hpss": "0.0.20",
"jsonwebtoken": "^8.5.1",
"mime": "^2.5.2",
"mongoose": "^5.11.18",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"ps-node": "^0.1.6",
"redis": "^2.8.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"simple-statistics": "^6.1.1",
"ssh2": "^0.8.9",
"ssh2-multiplexer": "github:soichih/ssh2-multiplexer",
"sshpk": "^1.16.1",
"sshpk-agent": "^1.8.1",
"strip-ansi": "^6.0.0",
"winston": "^3.3.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"istanbul": "^0.4.4",
"mocha": "^5.0.5",
"supertest": "^3.4.2"
},
"license": "MIT"
}