2011-11-18 21:44:28 +01:00
|
|
|
{
|
2020-08-26 04:54:58 +02:00
|
|
|
"name": "haste",
|
2020-09-01 23:43:54 +02:00
|
|
|
"version": "0.2.3",
|
2020-08-26 04:54:58 +02:00
|
|
|
"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": {
|
2020-08-26 16:04:20 +02:00
|
|
|
"babel-minify": "^0.5.1",
|
2020-08-26 04:54:58 +02:00
|
|
|
"busboy": "^0.3.1",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-rate-limit": "^5.1.3",
|
|
|
|
"pg": "^8.3.2",
|
|
|
|
"st": "^2.0.0",
|
|
|
|
"winston": "^3.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-28 04:39:03 +02:00
|
|
|
"eslint": "^7.7.0",
|
2020-08-26 04:54:58 +02:00
|
|
|
"mocha": "^8.1.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js",
|
|
|
|
"test": "mocha --recursive"
|
|
|
|
}
|
2011-11-18 21:44:28 +01:00
|
|
|
}
|