-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.61 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
{
"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": {
"@influxdata/influxdb-client": "^1.29.0",
"amqp": "^0.2.7",
"async": "^3.2.4",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"express": "^4.18.1",
"express-jwt": "^6.1.2",
"hpss": "0.0.20",
"jsonwebtoken": "^8.5.1",
"mime": "^2.6.0",
"mongoose": "^6.5.3",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"ps-node": "^0.1.6",
"redis": "^4.3.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"simple-statistics": "^6.1.1",
"ssh2": "^1.11.0",
"ssh2-multiplexer": "github:soichih/ssh2-multiplexer",
"sshpk": "^1.17.0",
"sshpk-agent": "^1.8.1",
"strip-ansi": "^6.0.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"coveralls": "^3.1.1",
"istanbul": "^0.4.5",
"mocha": "^9.2.2"
},
"license": "MIT"
}