mirror of https://github.com/JoeBiellik/paste
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "paste",
|
|
"version": "1.3.1",
|
|
"description": "Simple Node.js pastebin",
|
|
"license": "MIT",
|
|
"repository": "JoeBiellik/paste",
|
|
"homepage": "https://github.com/JoeBiellik/paste",
|
|
"author": "Joe Biellik <contact@joebiellik.com> (https://joebiellik.com/)",
|
|
"bugs": {
|
|
"email": "contact@joebiellik.com",
|
|
"url": "https://github.com/JoeBiellik/paste/issues"
|
|
},
|
|
"keywords": [
|
|
"pastebin",
|
|
"text upload",
|
|
"text paste",
|
|
"paste",
|
|
"koa",
|
|
"mongodb"
|
|
],
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"watch": "nodemon -L -e js,json,pug -i ./public",
|
|
"lint": "xo && pug-lint ./views && eclint ."
|
|
},
|
|
"dependencies": {
|
|
"bytes": "^3.1.0",
|
|
"config": "^3.3.1",
|
|
"detect-character-encoding": "^0.8.0",
|
|
"encoding": "^0.1.13",
|
|
"isbinaryfile": "^4.0.6",
|
|
"koa": "^2.13.0",
|
|
"koa-body": "^4.2.0",
|
|
"koa-compress": "^5.0.1",
|
|
"koa-conditional-get": "^2.0.0",
|
|
"koa-etag": "^3.0.0",
|
|
"koa-helmet": "^5.2.0",
|
|
"koa-logger": "^3.2.1",
|
|
"koa-pino-logger": "^3.0.0",
|
|
"koa-router": "^9.1.0",
|
|
"koa-static-cache": "^5.1.4",
|
|
"koa-views": "^6.3.0",
|
|
"mongoose": "^5.9.28",
|
|
"nanoid": "^3.1.12",
|
|
"nanoid-dictionary": "^3.0.0",
|
|
"pug": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eclint": "^2.8.1",
|
|
"nodemon": "^2.0.4",
|
|
"pug-lint": "^2.6.0",
|
|
"xo": "^0.33.0"
|
|
}
|
|
}
|