-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "code-stream-guard",
"version": "0.0.3",
"description": "A Chat Bot for Live Coding Streamers",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "./node_modules/.bin/electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/LongSteve/code-stream-guard.git"
},
"keywords": [
"xmpp",
"irc",
"chat",
"bot",
"livecoding.tv",
"twitch.tv",
"programming",
"streaming"
],
"author": "Steve Longhurst",
"license": "MIT",
"bugs": {
"url": "https://github.com/LongSteve/code-stream-guard/issues"
},
"homepage": "https://github.com/LongSteve/code-stream-guard#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"async": "^2.1.2",
"bootstrap": "^3.3.7",
"bootstrap-toggle": "^2.2.2",
"bottleneck": "^1.15.1",
"cheerio": "^0.22.0",
"electron": "^1.6.0",
"express": "^4.14.0",
"feedparser": "^1.1.5",
"jsonfile": "^2.4.0",
"lodash": "^4.16.4",
"minimist": "^1.2.0",
"moment": "^2.16.0",
"node-schedule": "^1.1.1",
"node-xmpp-client": "^3.0.2",
"particle-api-js": "^6.4.2",
"readdirp": "^2.1.0",
"request": "^2.75.0",
"socket.io": "^1.7.0",
"winston": "^2.2.0"
}
}