Merge pull request #1 from TheDreamSaver/master
Adding Setup Instructions for Notifications
index.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "notifications", | ||
"version": "1.0.0", | ||
"description": "A microservice to send Notifications to Alexa Devices", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Ashish-Jha", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@ask-utils/proactive-event": "^0.2.3", | ||
"aws-sdk": "^2.474.0", | ||
"axios": "^0.19.0", | ||
"moment": "^2.24.0" | ||
} | ||
} |
Please register or sign in to comment