-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "cloud-desktop",
"version": "0.3.0",
"description": "This project provides instructions and scripts for easily setting up a cloud instance with a universal development environment that can be used for Mob-Programming and Mob-Programming events.",
"main": "main.js",
"bin": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MobProgrammingMeeetup/cloud-desktop.git"
},
"author": "Harald Reingruber",
"license": "MIT",
"bugs": {
"url": "https://github.com/MobProgrammingMeeetup/cloud-desktop/issues"
},
"homepage": "https://github.com/MobProgrammingMeeetup/cloud-desktop#readme",
"scripts": {
"start": "node main.js",
"test": "mocha",
"check-links": "find *.md -exec npx markdown-link-check {} ;"
},
"dependencies": {
"@google-cloud/compute": "^2.4.4",
"commander": "^8.1.0",
"dateformat": "^4.5.1",
"enquirer": "^2.3.6",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"markdown-link-check": "^3.8.7",
"mocha": "^9.1.1",
"sinon": "^11.1.2"
}
}