forked from alxiong/alexa-skill-with-arduino-webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 976 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
{
"private": true,
"name": "alexa-skill-with-arduino-webclient",
"description": "an Alexa skill sample with Arduino Ethernet Shield as webclient, duplex HTTP call",
"scripts": {
"test": "echo \"No test scripts currently\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexXiong97/alexa-skill-with-arduino-webclient.git"
},
"author": "Alex Xiong <[email protected]>",
"license": "MIT",
"dependencies": {
"aws-sdk": "2.438.0",
"alexa-sdk": "^1.0.25",
"https": "^1.0.0",
"request": "^2.85.0"
},
"devDependencies": {
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.1.0",
"mocha": "^6.0.0",
"webpack": "^4.29.3"
},
"homepage": "https://github.com/AlexXiong97/alexa-skill-with-arduino-webclient#readme"
}