-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (34 loc) · 738 Bytes
/
package.json
File metadata and controls
43 lines (34 loc) · 738 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
38
39
40
41
42
43
{
"name": "webqq-client",
"version": "0.0.2",
"author": "bailong",
"keywords": [
"qq",
"webqq"
],
"description": "Webqq client",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/longbai/webqq-client/master/LICENSE"
}],
"repository" : {
"type": "git",
"url": "https://github.com/longbai/webqq-client.git"
},
"dependencies": {
"coffee-script": "1.7.1",
"optparse": "1.0.5",
"scoped-http-client": "0.9.8",
"log": "1.4.0",
"express": "3.5.0",
"read": "1.0.5"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"main": "./index",
"bin": {
"qqcli": "./bin/qqcli"
}
}