mirror of
https://github.com/alee14-projects/Project-Hexus.git
synced 2025-01-22 16:06:09 -05:00
24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"name": "project-hexus",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Alee14/Project-Hexus.git"
|
|
},
|
|
"author": "Alee14",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Alee14/Project-Hexus/issues"
|
|
},
|
|
"homepage": "https://github.com/Alee14/Project-Hexus#readme",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"mongodb": "^3.1.13",
|
|
"socket.io": "^2.2.0"
|
|
}
|
|
}
|