18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"name": "pytron-web",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"express": "^4.16.4",
|
|
"express-fileupload": "^1.1.3-alpha.1",
|
|
"express-useragent": "^1.0.12",
|
|
"pug": "^2.0.3",
|
|
"touch": "^3.1.0",
|
|
"unzip": "^0.1.11"
|
|
}
|
|
}
|