-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "lirikendallbot",
"version": "1.0.2",
"main": "liri.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"liri": "./liri.js"
},
"author": "Shannon Kendall",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^6.2.0",
"file-system": "^2.2.2",
"inquirer": "^6.2.2",
"moment": "^2.24.0",
"node-spotify-api": "^1.0.7",
"omdb": "^0.8.0"
},
"devDependencies": {},
"keywords": [
"liribot",
"homework"
],
"description": "Lirikendall Bot runs off Node. It is patterned off Iphone Siri, but instead of being voice activated it takes user prompts and gives out commands using parameters and giving by data based responses requested by the user. This app focuses on concerts, songs, and movies.",
"repository": {
"type": "git",
"url": "git+https://github.com/skendall74/lirikendall.git"
},
"bugs": {
"url": "https://github.com/skendall74/lirikendall/issues"
},
"homepage": "https://github.com/skendall74/lirikendall#readme"
}