-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 963 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
37
38
39
40
41
{
"name": "ircbot",
"version": "1.0.0",
"description": "#ubuntu-si bot",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec --compilers coffee:coffeescript/register",
"start": "./node_modules/.bin/coffee bot.coffee"
},
"engines": {
"node": "8.5.0"
},
"repository": "",
"private": false,
"author": "dz0ny",
"license": "MIT",
"dependencies": {
"chai": "latest",
"cheerio": "latest",
"coffeescript": "^2.0.0",
"ddg": "latest",
"googleapis": "latest",
"humanize": "latest",
"irc": "latest",
"irc-colors": "latest",
"mocha": "latest",
"mockdate": "^2.0.1",
"moment": "latest",
"oauth": "latest",
"parse-rss": "latest",
"raven": "^1.1.4",
"redis": "^2.6.3",
"redis-commands": "^1.3.0",
"request": "latest",
"sty": "latest",
"suncalc": "latest",
"then-redis": "^2.0.1",
"underscore": "latest",
"urijs": "latest"
}
}