image_node/package.json
2020-04-28 22:31:57 +02:00

34 lines
755 B
JSON

{
"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",
"express": "^4.17.1",
"express-session": "^1.17.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"password-hash": "^1.2.2",
"pug": "^2.0.4",
"yargs": "^15.3.1"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/flifloo/image_node.git"
},
"bugs": {
"url": "https://github.com/flifloo/image_node/issues"
},
"homepage": "https://github.com/flifloo/image_node",
"license": "MIT",
"author": {
"name": "flifloo",
"email": "flifloo@gmail.com"
}
}