forked from silianlinyi/weixin-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 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
{
"name": "weixin-apis",
"version": "1.5.1",
"description": "Weixin API For Nodejs",
"main": "index.js",
"dependencies": {
"request": "~2.34.0",
"sha1": "~1.0.1",
"xml2js": "~0.2.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/silianlinyi/weixin-api.git"
},
"keywords": [
"weixin",
"api",
"wechat",
"微信"
],
"author": {
"name": "kyle"
},
"license": "MIT",
"_id": "weixin-apis@1.0.0",
"dist": {
"shasum": "8d6fffa1050be5313629d69d5d6d2113469a6498",
"size": 10973,
"noattachment": false,
"tarball": "http://registry.npm.taobao.org/weixin-apis/download/weixin-apis-1.0.0.tgz"
},
"_from": "weixin-apis@*",
"_npmVersion": "1.2.18",
"_npmUser": {
"name": "silianlinyi",
"email": "244098979@qq.com"
},
"maintainers": [
{
"name": "silianlinyi",
"email": "244098979@qq.com"
}
],
"directories": {},
"publish_time": 1402121191019,
"_cnpm_publish_time": 1402121191019,
"_shasum": "8d6fffa1050be5313629d69d5d6d2113469a6498",
"_resolved": "http://registry.npm.taobao.org/weixin-apis/download/weixin-apis-1.0.0.tgz"
}