mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-18 13:53:44 +02:00
add some fancy magic :kekw:
This commit is contained in:
26
package.json
26
package.json
@@ -1,16 +1,8 @@
|
||||
{
|
||||
"name": "unknownBIN",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"description": "unknownBIN is an open-source Pastebin software written in node.js.",
|
||||
"keywords": [
|
||||
"paste",
|
||||
"pastebin",
|
||||
"haste",
|
||||
"hastebin",
|
||||
"code",
|
||||
"syntax highlighting"
|
||||
],
|
||||
"description": "A secure and modern open-source Pastebin software written in node.js.",
|
||||
"author": {
|
||||
"name": "MrUnknownDE",
|
||||
"email": "me@mrunk.de",
|
||||
@@ -18,12 +10,14 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clean-css": "~3.4.19",
|
||||
"express": "~4.14.0",
|
||||
"uglify-js": "~2.7.0",
|
||||
"winston": "~2.2.0"
|
||||
"clean-css": "^5.3.3",
|
||||
"express": "^4.19.2",
|
||||
"helmet": "^7.1.0",
|
||||
"uglify-js": "^3.17.4",
|
||||
"winston": "^3.13.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./server.js"
|
||||
"start": "node ./server.js",
|
||||
"build": "node ./build.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user