2020-04-04 22:50:15 +00:00
|
|
|
{
|
|
|
|
"name": "mma_gp_acts_app",
|
2020-04-04 23:19:30 +00:00
|
|
|
"version": "0.1.0",
|
2020-04-04 22:50:15 +00:00
|
|
|
"description": "Google Photos Actions app",
|
|
|
|
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
|
2020-04-04 23:19:30 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.heshapps.com/asolkar/mma-gpacts-app.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2020-04-04 22:50:15 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|