21 lines
429 B
JSON
21 lines
429 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",
|
|
"express": "^4.18.2",
|
|
"express-fileupload": "^1.4.0",
|
|
"open": "^8.4.0",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|