mma-gpacts-app/package.json

20 lines
472 B
JSON
Raw Normal View History

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": {
"start": "node index.js"
2020-04-04 22:50:15 +00:00
},
"dependencies": {
"express": "^4.17.1",
"googleapis": "^48.0.0"
}
}