Files
hastebin-ansi/package.json
Ricardo Pardini d26ad27c56 bump to 0.0.5
2023-06-05 21:20:45 +02:00

50 lines
911 B
JSON

{
"name": "ansi-hastebin",
"version": "0.0.5",
"private": true,
"description": "Private Pastebin Server hacked for ANSI",
"keywords": [
"ansi",
"paste",
"pastebin"
],
"author": {
"name": "John Crepezzi",
"email": "john.crepezzi@gmail.com",
"url": "http://seejohncode.com/"
},
"main": "haste",
"dependencies": {
"busboy": "^1",
"connect": "^3",
"connect-ratelimit": "^0",
"connect-route": "^0",
"memcached": "^2",
"pg": "^8",
"redis": "^0",
"redis-url": "^0",
"st": "^2",
"uglify-js": "^3",
"winston": "^2"
},
"devDependencies": {
"mocha": "^10"
},
"bundledDependencies": [],
"bin": {
"haste-server": "./server.js"
},
"files": [
"server.js",
"lib",
"static"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"start": "node server.js",
"test": "mocha --recursive"
}
}