mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-24 00:13:46 +02:00
first push
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user