forked from floatinghotpot/qqbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.02 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
50
51
52
53
54
{
"name": "smartqq-bot",
"version": "2.1.0",
"description": "SmartQQ robot powered by node.js",
"main": "main.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/floatinghotpot/qqbot.git"
},
"keywords": [
"qqbot",
"hubot",
"robot",
"qq",
"webqq",
"smartqq",
"tencent",
"rjfun"
],
"author": "xu han <[email protected]>",
"contributors": [
{
"name": "xu han",
"email": "<[email protected]"
},
{
"name": "Raymond Xie",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/floatinghotpot/floatinghotpot/issues"
},
"dependencies": {
"js-yaml": ">= 3.0.0",
"log": ">= 1.4.0",
"minimist": "^1.2.0",
"underscore": "^1.8.3"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"devDependencies": {},
"analyze": false,
"preferGlobal": "true",
"bin": {
"qqbot": "main.js",
"smartqq-bot": "main.js",
"qq": "qq.js"
}
}