1
0
Fork 0
mirror of https://github.com/SunRed/haste-server.git synced 2024-11-01 01:30:21 +01:00
haste-server/package.json

34 lines
629 B
JSON
Raw Normal View History

2011-11-18 21:44:28 +01:00
{
2020-08-26 04:54:58 +02:00
"name": "haste",
"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",
"st": "^2.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.8.1",
"mocha": "^8.1.3"
2020-08-26 04:54:58 +02:00
},
"scripts": {
"start": "node server.js",
"test": "mocha --recursive"
}
2011-11-18 21:44:28 +01:00
}