mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-10 10:13:45 +02:00
30 lines
538 B
JSON
30 lines
538 B
JSON
{
|
|
"name": "unknownBIN",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "unknownBIN is an open-source Pastebin software written in node.js.",
|
|
"keywords": [
|
|
"paste",
|
|
"pastebin",
|
|
"haste",
|
|
"hastebin",
|
|
"code",
|
|
"syntax highlighting"
|
|
],
|
|
"author": {
|
|
"name": "MrUnknownDE",
|
|
"email": "me@mrunk.de",
|
|
"url": "https://mrunk.de/"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-css": "~3.4.19",
|
|
"express": "~4.14.0",
|
|
"uglify-js": "~2.7.0",
|
|
"winston": "~2.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server.js"
|
|
}
|
|
}
|