-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.35 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.35 KB
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
{
"author": "kai zhu <kaizhu256@gmail.com>",
"description": "this zero-dependency package will provide a (nodejs-compatible) swagger-client for wechat-all's web-apis, with a working web-demo",
"devDependencies": {
"electron-lite": "kaizhu256/node-electron-lite#alpha",
"utility2": "kaizhu256/node-utility2#alpha"
},
"engines": {
"node": ">=4.0"
},
"githubRepoAlias": "swgg-io/node-swgg-wechat-all",
"homepage": "https://github.com/kaizhu256/node-swgg-wechat-all",
"keywords": [
"wechat-all",
"swagger-client"
],
"license": "MIT",
"main": "lib.swgg_wechat_all.js",
"name": "swgg-wechat-all",
"nameAliasPublish": "api-wechat swgg-wechat wechat-client",
"nameLib": "swgg_wechat_all",
"nameOriginal": "swgg-wechat-all",
"os": [
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "https://github.com/kaizhu256/node-swgg-wechat-all.git"
},
"scripts": {
"build-ci": "./npm_scripts.sh",
"eval": "./npm_scripts.sh",
"heroku-postbuild": "./npm_scripts.sh",
"postinstall": "./npm_scripts.sh",
"start": "./npm_scripts.sh",
"test": "./npm_scripts.sh",
"utility2": "./npm_scripts.sh"
},
"swggAll": "wechat-all",
"swggTags0": "wechat-all",
"version": "2018.6.21"
}