24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"name": "photospherestudio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "moo",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"ejs": "^3.1.9",
|
|
"exif-js": "^2.3.0",
|
|
"express": "^4.18.2",
|
|
"express-fileupload": "^1.4.0",
|
|
"open": "^8.4.0",
|
|
"request": "^2.88.2",
|
|
"serve-favicon": "^2.5.0"
|
|
}
|
|
}
|