Files
vnctalk-avatar/package.json
T
2019-05-06 14:01:43 +02:00

24 lines
564 B
JSON

{
"name": "vnc-avatarservice",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development node app/app.js",
"start:gr13": "NODE_ENV=gr13 node app/app.js"
},
"author": "VNC Software AG",
"license": "",
"dependencies": {
"body-parser": "1.19.0",
"express": "4.16.4",
"express-async-errors": "3.1.1",
"fs": "^0.0.1-security",
"gm": "^1.23.1",
"moment": "2.24.0",
"morgan": "1.9.1",
"request": "2.88.0"
}
}