blob: eb078ec2b092a06fe28e8268cf5eb04c47f33b44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"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.5.0"
}
}
|