2018-06-18 09:54:19 +02:00
|
|
|
{
|
|
|
|
"name": "xp-highscore",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-03-16 12:51:10 +01:00
|
|
|
"test": "jshint src"
|
2018-06-18 09:54:19 +02:00
|
|
|
},
|
|
|
|
"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",
|
2021-04-14 08:02:28 +00:00
|
|
|
"pg": "^8.6.0"
|
2020-03-16 12:51:10 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-31 07:17:39 +00:00
|
|
|
"jshint": "^2.13.0"
|
2018-06-18 09:54:19 +02:00
|
|
|
}
|
|
|
|
}
|