forked from node-modules/weibo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·33 lines (33 loc) · 901 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
{
"name": "weibo",
"version": "0.6.11",
"description": "Weibo SDK, base on node. Now support weibo, tqq, tsohu, twitter and github.",
"repository": "git://github.com/fengmk2/node-weibo.git",
"homepage": "http://github.com/fengmk2/node-weibo",
"author": "fengmk2<[email protected]> (http://fengmk2.github.com)",
"main": "index",
"scripts": {
"test": "make test-g G='tqq API'"
},
"devDependencies": {
"browserify": ">=1.16.1",
"domready": ">=0.2.11",
"connect": ">=1.8.0",
"jscover": "*",
"should": "*",
"mocha": "*",
"contributors": "*"
},
"dependencies": {
"eventproxy": "0.2.6",
"emoji": ">=0.2.1",
"urllib": ">=0.5.5"
},
"keywords": [
"framework", "web", "rest", "restful",
"weibo", "qq", "open", "github", "twitter", "facebook",
"sohu", "163", "sina", "oauth",
"sdk"
],
"engines": { "node": ">= 0.8.0" }
}