-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1005 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "jovo-plugin-alexa-messages",
"version": "1.0.0",
"description": "Handle and Create Alexa Notifications in your Jovo skill with just two lines of code",
"main": "index.js",
"respository": {
"type": "git",
"url": "https://github.com/vaynermedia/jovo-plugin-alexa-notifications"
},
"homepage": "https://github.com/vaynermedia/jovo-plugin-alexa-notifications#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jovo",
"plugin",
"alexa",
"messages",
"alexa messages",
"message api"
],
"author": {
"name": "VaynerMedia",
"email": "developers@vaynermedia.com",
"url": "http://vaynermedia.com/"
},
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"peerDependencies": {
"jovo-framework": "^1.4.3"
}
}