-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "Groung-Station-Orchestrator",
"version": "1.0.0",
"description": "Software used to control and orchestrate an autonomous ground station used to receive NOAA satellites images or satellites communications",
"main": "server.js",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/AlvinFrey/Ground-Station-Orchestrator/issues"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AlvinFrey/Ground-Station-Orchestrator"
},
"author": {
"name": "FREY Alvin",
"email": "[email protected]",
"url": "https://twitter.com/Frey_Alvin"
},
"contributors": [
{
"name": "Alban DURRHEIMER",
"email": "[email protected]"
}
],
"dependencies": {
"async": "^2.4.1",
"body-parser": "^1.18.2",
"child-process-promise": "^2.2.1",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.6",
"get-folder-size": "^1.0.0",
"is-online": "^7.0.0",
"jspredict": "^1.0.3",
"moment": "^2.18.1",
"node-schedule": "^1.2.3",
"serve-index": "https://github.com/AlvinFrey/serve-index/tarball/master",
"shelljs": "^0.7.8",
"spacetrack": "^2.1.1",
"twig": "^1.10.5",
"usb": "^1.3.1"
}
}