-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 863 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 863 Bytes
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
{
"name": "twitchcmd",
"version": "0.0.9",
"description": "Open source Twitch bot for mapping custom commands to your twitch channel using javascript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oscar Armstrong <oscar@otothea.com> (https://github.com/otothea)",
"license": "MIT",
"dependencies": {
"discord.io": "2.2.4",
"irc": "0.5.0",
"joi": "9.0.4",
"mkdirp": "0.5.1",
"moment": "2.15.2",
"request": "2.75.0"
},
"repository": {
"type": "git",
"url": "https://github.com/otothea/node-twitchcmd.git"
},
"keywords": [
"twitch",
"bot",
"command",
"cmd",
"twitchcmd",
"custom"
],
"bugs": {
"url": "https://github.com/otothea/node-twitchcmd/issues"
},
"homepage": "https://github.com/otothea/node-twitchcmd"
}