2020-04-04 22:50:15 +00:00
|
|
|
{
|
|
|
|
"name": "mma_gp_acts_app",
|
|
|
|
"version": "0.1",
|
|
|
|
"description": "Google Photos Actions app",
|
|
|
|
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-04-04 23:12:34 +00:00
|
|
|
"start": "node index.js"
|
2020-04-04 22:50:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"googleapis": "^48.0.0"
|
|
|
|
}
|
|
|
|
}
|