21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "xp-highscore",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.rudin.io:10022/minetest/xp-highscore.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.3",
|
|
"pg": "^7.4.3"
|
|
}
|
|
}
|