-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "CanvasGradie",
"version": "1.0.0",
"description": "A Amazon Alexa skill to communicate with Instructre Canvas grading system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clayton13/AlexaCanvasSkill.git"
},
"author": "Clayton White",
"license": "MIT",
"bugs": {
"url": "https://github.com/clayton13/AlexaCanvasSkill/issues"
},
"alexa": {
"applicationId": "amzn1.echo-sdk-ams.app.999999-d0ed-9999-ad00-999999d00ebe"
},
"homepage": "https://github.com/clayton13/AlexaCanvasSkill#readme",
"dependencies": {
"alexa-app": "^2.3.4",
"alexia": "^2.4.0",
"aws-sdk": "^2.7.15",
"backbone": "^1.1.2",
"backbone-relational": "^0.10.0",
"backbone.localstorage": "^1.1.16",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"client-sessions": "^0.7.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"express": "^4.14.0",
"fuse.js": "^2.6.1",
"jquery": "^2.1.3",
"letsencrypt-express": "^2.0.5",
"passport": "^0.3.2",
"passport-amazon": "^1.0.0",
"passport-amazon-token": "^2.1.0",
"querystring": "^0.2.0",
"redirect-https": "^1.1.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"requirejs": "^2.1.15",
"requirejs-text": "^2.0.12",
"underscore": "^1.7.0"
}
}