blob: b165c6c65001d737d9ab0f60b422d77d9af3b9be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "status",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/vainglorygame/status.git"
},
"author": "schneefux",
"license": "UNLICENSED",
"bugs": {
"url": "https://gitlab.com/vainglorygame/status/issues"
},
"homepage": "https://gitlab.com/vainglorygame/status#README",
"dependencies": {
"connect": "^3.6.2",
"server-static": "^2.0.5"
}
}
|