-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 904 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
{
"name": "cloudshift",
"version": "1.0.0",
"description": "A cloud-to-cloud migration tool.",
"main": "index.js",
"scripts": {
"start": "open-cli http://localhost:3000 & NODE_ENV=production node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/CloudShift.git"
},
"keywords": [
"cloud",
"migration",
"aws",
"cloudshift",
"cloudflare",
"r2",
"s3"
],
"author": "Andrew Altman, Ansel Santos, Jamey Huffnagle, Philip Luc, Zachary de Jesus",
"license": "(MIT)",
"bugs": {
"url": "https://github.com/oslabs-beta/CloudShift/issues"
},
"homepage": "https://github.com/oslabs-beta/CloudShift#readme",
"dependencies": {
"@azure/storage-blob": "12.13.0",
"aws-sdk": "2.1346.0",
"express": "4.18.2",
"open-cli": "7.2.0",
"rclone.js": "0.6.6",
"socket.io": "4.6.1"
}
}