-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "wx-compile-key",
"version": "1.0.4-alpha.10",
"description": "微信小程序全局编译快捷键",
"bin": "./bin/index.js",
"main": "./src/index.js",
"scripts": {
"compile": "./src/index.js"
},
"keywords": [
"wx",
"weixin",
"微信",
"微信小程序gulp",
"微信小程序webpack loader",
"小程序",
"微信小程序",
"wechat"
],
"author": "Ailun She",
"license": "ISC",
"dependencies": {
"chmod": "^0.2.1",
"es6-promise": "^4.0.4",
"inquirer": "^1.2.1",
"portastic": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jf3096/wx-compile-key.git"
},
"bugs": {
"url": "https://github.com/jf3096/wx-compile-key/issues"
},
"homepage": "https://github.com/jf3096/wx-compile-key#readme",
"wxtools": {
"path": "c:/Program Files (x86)/Tencent/微信web开发者工具",
"relativeShortcutPath": "package.nw/app/dist/app.js"
},
"port": {
"min": 8000,
"max": 8080
},
"devDependencies": {
"request": "^2.75.0"
}
}