image_node/package.json

34 lines
755 B
JSON
Raw Permalink Normal View History

2020-04-26 15:22:43 +02:00
{
"name": "image_node",
"version": "0.1.0",
"description": "A light web image uploader",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
2020-04-26 15:22:43 +02:00
"express": "^4.17.1",
"express-session": "^1.17.1",
2020-04-26 15:22:43 +02:00
"morgan": "^1.10.0",
2020-04-26 18:56:38 +02:00
"multer": "^1.4.2",
2020-04-26 16:24:48 +02:00
"password-hash": "^1.2.2",
2020-04-28 22:31:57 +02:00
"pug": "^2.0.4",
"yargs": "^15.3.1"
2020-04-26 15:22:43 +02:00
},
2020-04-26 23:11:15 +02:00
"scripts": {
"start": "node app.js"
},
2020-04-26 21:33:14 +02:00
"repository": {
2020-04-26 23:11:15 +02:00
"type": "git",
"url": "https://github.com/flifloo/image_node.git"
},
"bugs": {
"url": "https://github.com/flifloo/image_node/issues"
2020-04-26 21:33:14 +02:00
},
2020-04-26 23:11:15 +02:00
"homepage": "https://github.com/flifloo/image_node",
2020-04-26 21:33:14 +02:00
"license": "MIT",
2020-04-26 23:11:15 +02:00
"author": {
"name": "flifloo",
"email": "flifloo@gmail.com"
}
2020-04-26 15:22:43 +02:00
}