mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29:07 +00:00
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"name": "plaster",
|
|
"version": "0.1.0",
|
|
"description": "simple frontend to pastebin",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [
|
|
"pastebin",
|
|
"viewer",
|
|
"nodejs",
|
|
"express"
|
|
],
|
|
"author": "nune",
|
|
"license": "CC0",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^2.6.7",
|
|
"cookie-parser": "^1.4.7",
|
|
"trek-captcha": "^0.4.0",
|
|
"jszip": "^3.10.1",
|
|
}
|
|
}
|