-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 917 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
34
35
36
{
"name": "ircbot",
"version": "0.0.1",
"description": "An IRC Bot for playing around",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PatrickSpemann/ircbot.git"
},
"author": "Patrick Spemann",
"license": "ISC",
"bugs": {
"url": "https://github.com/PatrickSpemann/ircbot/issues"
},
"homepage": "https://github.com/PatrickSpemann/ircbot#readme",
"dependencies": {
"chance": "^1.0.11",
"cheerio": "^1.0.0-rc.2",
"duration": "^0.2.0",
"express": "^4.17.1",
"fs-extra": "^4.0.2",
"get-urls": "^9.1.0",
"imdb": "git://github.com/PatrickSpemann/imdb.git#master",
"irc": "^0.5.2",
"iso8601-duration": "^1.0.6",
"node-schedule": "^1.3.0",
"pad": "^1.1.0",
"public-ip": "^4.0.2",
"request": "^2.83.0",
"url-parse": "^1.1.9",
"youtube-node": "^1.3.2"
}
}