mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29:07 +00:00
22 lines
358 B
JSON
22 lines
358 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"
|
|
}
|
|
}
|