-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "yaib",
"private": true,
"version": "1.3.2",
"description": "StuttgartJS IrcBot",
"author": "Sascha Droste <pid@posteo.net> (http://github.com/pid)",
"contributors": [
"X Ye <xy@example.com> (http://github.com/example)"
],
"license": "MIT",
"homepage": "https://github.com/StuttgartJS/ircbot",
"repository": {
"type": "git",
"url": "https://github.com/StuttgartJS/ircbot.git"
},
"bugs": {
"url": "https://github.com/StuttgartJS/ircbot/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cheerio": "^0.18.0",
"debug": "~2.1.0",
"feedparser": "^0.19.2",
"irc": "^0.3.7",
"irc-colors": "~1.1.0",
"leveldown": "^0.10.2",
"levelup": "^0.19.0",
"lodash": "~2.4.1",
"minimist": "~1.1.0",
"puid": "~1.0.0",
"request": "^2.48.0"
},
"devDependencies": {},
"keywords": [
"ircbot",
"stuttgartjs"
]
}