-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 859 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
{
"name": "liri-bot",
"version": "1.0.0",
"description": "LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.",
"main": "keys.js",
"scripts": {
"test": "echo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/captnwalker/liri-bot.git"
},
"keywords": [
"liri",
"nodejs",
"bot"
],
"author": "Steve Walker",
"license": "ISC",
"bugs": {
"url": "https://github.com/captnwalker/liri-bot/issues"
},
"homepage": "https://github.com/captnwalker/liri-bot#readme",
"dependencies": {
"dotenv": "^4.0.0",
"inquirer": "^4.0.2",
"node-spotify-api": "^1.0.7",
"request": "^2.83.0",
"simple-node-logger": "^0.93.33",
"spotify-web-api-node": "^2.5.0",
"twitter": "^1.7.1"
}
}