Files
old-slucajna-televizija/backend/package.json

19 lines
372 B
JSON
Raw Normal View History

2017-10-16 12:12:20 +02:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2017-10-16 20:21:19 +02:00
"body-parser": "^1.18.2",
2017-10-16 12:36:23 +02:00
"dotenv": "^4.0.0",
2017-10-16 20:21:19 +02:00
"express": "^4.16.2",
"google-auth-library": "^0.11.0",
"googleapis": "^22.2.0"
2017-10-16 12:12:20 +02:00
}
}