PhotoSphereStudio/package.json

24 lines
506 B
JSON
Raw Normal View History

2023-04-05 13:46:28 +07:00
{
"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",
2023-04-08 10:34:31 +07:00
"ejs": "^3.1.9",
2023-06-27 22:39:15 +07:00
"exif-js": "^2.3.0",
2023-04-05 13:46:28 +07:00
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"open": "^8.4.0",
2023-04-08 10:34:31 +07:00
"request": "^2.88.2",
"serve-favicon": "^2.5.0"
2023-04-05 13:46:28 +07:00
}
}