forked from xhan/qqbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 764 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 764 Bytes
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
{
"name": "hubot-qq",
"version": "1.1.3",
"author": "xhan",
"keywords": [
"qqbot",
"hubot",
"robot",
"qq",
"webqq"
],
"description": "QQ adapter for Hubot, and also A dependence robot lives on webQQ",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/xhan/qqbot/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/xhan/qqbot.git"
},
"dependencies": {
"scoped-http-client": ">= 0.9.8",
"log": ">= 1.4.0",
"js-yaml": ">= 3.0.0",
"request": ">= 2.31.0",
"memory-streams": ">= 0.0.3",
"imagemagick": ">= 0.1.3",
"gm": ">= 1.14.2"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"main": "./src/hubot-qq"
}