mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
63d2568f91
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
629 B
JSON
33 lines
629 B
JSON
{
|
|
"name": "haste",
|
|
"version": "0.2.3",
|
|
"description": "Private Pastebin Server - continued by zneix",
|
|
"keywords": [
|
|
"paste",
|
|
"pastebin",
|
|
"haste",
|
|
"hastebin"
|
|
],
|
|
"author": {
|
|
"name": "John Crepezzi",
|
|
"email": "john.crepezzi@gmail.com",
|
|
"url": "http://seejohncode.com/"
|
|
},
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"babel-minify": "^0.5.1",
|
|
"busboy": "^0.3.1",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.1.3",
|
|
"st": "^2.0.0",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.9.0",
|
|
"mocha": "^8.1.3"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "mocha --recursive"
|
|
}
|
|
}
|