-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1006 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1006 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
36
37
38
39
40
41
42
43
{
"author": "Wolvan <wolvan1@gmail.com>",
"bin": {
"picarto-bot": "app.js"
},
"dependencies": {
"bluebird": "^3.2.2",
"cli-clear": "^1.0.4",
"columnify": "^1.5.4",
"commander": "^2.9.0",
"entities": "^1.1.1",
"jade": "^1.11.0",
"jsdom": "^8.0.2",
"node-persist": "0.0.8",
"require-reload": "^0.2.2",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"sync-request": "^3.0.0"
},
"description": "PicartoChatListener",
"main": "app.js",
"name": "picarto-chat-bot",
"version": "1.2.1",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wolvan/PicartoChatBot.git"
},
"keywords": [
"picarto",
"picarto.tv",
"bot",
"chat"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Wolvan/PicartoChatBot/issues"
},
"homepage": "https://github.com/Wolvan/PicartoChatBot#readme"
}