You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
49 lines
884 B
JSON
49 lines
884 B
JSON
{
|
|
"name": "haste",
|
|
"version": "0.1.0-rpardini",
|
|
"private": true,
|
|
"description": "Private Pastebin Server",
|
|
"keywords": [
|
|
"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"
|
|
}
|
|
}
|