-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 904 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
37
38
39
40
41
{
"name": "alexa-open-doc",
"version": "1.0.0",
"description": "An Amazon Alexa skill to open and edit google docs through voice",
"main": "service.js",
"scripts": {
"test": "standard && tape test/**/*.js"
},
"keywords": [
"alexa-open-doc",
"alexa",
"amazon",
"google",
"google drive",
"alexa skill"
],
"repository": {
"type": "git",
"url": "git+https://github.com/acucciniello/alexa-open-doc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acucciniello/alexa-open-doc/issues"
},
"homepage": "https://github.com/acucciniello/alexa-open-doc#readme",
"dependencies": {
"dotenv": "^2.0.0",
"google-auth-library": "^0.9.8",
"googleapis": "^12.4.0"
},
"devDependencies": {
"standard": "^8.4.0",
"tape": "^4.6.2"
},
"standard": {
"ignore": [
"alexa-skill.js"
]
}
}