-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·35 lines (35 loc) · 832 Bytes
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
{
"name": "Hive",
"version": "1.0.0",
"description": "A frontend for the Hive system",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/i-radwan/Hive_frontend.git",
"keywords": [
"Hive",
"Multi-Agent Path Planning",
"Fronend"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"electron": "^4.0.4"
},
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-colorpicker": "^3.1.2",
"fontawesome": "^5.6.3",
"jquery": "^3.4.0",
"knockout": "^3.4.2",
"knockout-mapping": "^2.6.0",
"pixi-filters": "^3.0.3",
"pixi-viewport": "^4.0.0-beta.3",
"pixi.js": "^5.0.4",
"popper.js": "^1.14.7",
"underscore": "^1.9.1",
"websocket": "^1.0.28"
}
}