15 lines
328 B
JSON
15 lines
328 B
JSON
|
{
|
||
|
"name": "mma_gp_acts_app",
|
||
|
"version": "0.1",
|
||
|
"description": "Google Photos Actions app",
|
||
|
"author": "Mahesh Asolkar <mahesh@mahesha.com>",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node main.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1",
|
||
|
"googleapis": "^48.0.0"
|
||
|
}
|
||
|
}
|