forked from cytle/wechat_web_devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 813 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
{
"name": "wxdt",
"version": "v0.19.191100",
"description": "凌晨三点终于搞定了linux下开发者工具的使用,已经完美使用,之后上完整安装教程和npm包.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "sh bin/wxdt install"
},
"bin": {
"wxdt": "bin/wxdt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cytle/wechat_web_devtools.git"
},
"keywords": [
"微信开发者工具",
"微信小程序"
],
"author": "xsp",
"license": "ISC",
"bugs": {
"url": "https://github.com/cytle/wechat_web_devtools/issues"
},
"homepage": "https://github.com/cytle/wechat_web_devtools#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-replace": "^0.6.1"
}
}