xp-highscore/package.json
2020-03-16 12:51:10 +01:00

24 lines
437 B
JSON

{
"name": "xp-highscore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jshint src"
},
"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"
},
"devDependencies": {
"jshint": "^2.11.0"
}
}