xp-highscore/package.json

24 lines
437 B
JSON
Raw Normal View History

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",
"pg": "^7.4.3"
2020-03-16 12:51:10 +01:00
},
"devDependencies": {
"jshint": "^2.11.0"
2018-06-18 09:54:19 +02:00
}
}