forked from FruitieX/teleirc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "teleirc",
"description": "Telegram <-> IRC gateway",
"preferGlobal": true,
"bin": {
"teleirc": "bin/teleirc"
},
"scripts": {
"start": "node bin/teleirc",
"genconfig": "node bin/teleirc --genconfig",
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha",
"join-tg": "node src/join-tg.js"
},
"version": "0.4.7",
"license": "MIT",
"repository": [
{
"type": "git",
"url": "https://github.com/FruitieX/teleirc.git"
}
],
"bugs": "https://github.com/FruitieX/teleirc/issues",
"homepage": "https://github.com/FruitieX/teleirc",
"dependencies": {
"fs-extra": "5.0.0",
"git-rev-sync": "^1.6.0",
"imgur": "^0.2.0",
"irc-colors": "^1.2.1",
"irc-framework": "^2.8.1",
"lodash": "^4.12.0",
"md5": "2.2.1",
"mime": "^2.2.0",
"mkdirp": "^0.5.1",
"modern-lru": "1.3.0",
"node-static": "^0.7.7",
"os-homedir": "^1.0.1",
"string.prototype.startswith": "^0.2.0",
"tgfancy": "^0.12.0",
"webp-converter": "2.1.6",
"winston": "^2.2.0",
"yargs": "^10.0.3"
},
"devDependencies": {
"jscs": "^3.0.3",
"mocha": "^4.0.1",
"mocha-jscs": "^5.0.0",
"mocha-jshint": "^2.3.1"
}
}