-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.04 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
{
"name": "alexa-color-harmonies",
"version": "1.0.0",
"description": "Ask Alexa for color harmonies! ### Description The goal of this project is to create an Alexa skill that will allow you to ask Alexa for various color harmonies for colors. An example phrase would be \"Alexa, what's the complementary color for hex <some hex color code>\". The color harmonies I plan to add to this skill are: * Complementary * Split Complementary * Triadic * Tetradic ### Resources I will be using the Alexa Skills API, AWS Management console, AWS Lambda, and an Amazon Echo for this project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxmarchuk/alexa-color-harmonies.git"
},
"author": "Max Marchuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxmarchuk/alexa-color-harmonies/issues"
},
"homepage": "https://github.com/maxmarchuk/alexa-color-harmonies#readme",
"dependencies": {
"alexa-sdk": "^1.0.11"
}
}