{ "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" } }