754866e295
Bumps [jshint](https://github.com/jshint/jshint) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/2.13.0/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.12.0...2.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
24 lines
437 B
JSON
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": "^8.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.13.0"
|
|
}
|
|
}
|