-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "easy-ui",
"version": "1.2.0",
"description": "\r # easyUI",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qq865738120/WeiXinProgramComponent.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qq865738120/WeiXinProgramComponent/issues"
},
"homepage": "https://github.com/qq865738120/WeiXinProgramComponent#readme",
"dependencies": {
"axios": "^0.18.1",
"axios-miniprogram-adapter": "^0.2.2",
// "wx-api-promisify": "^0.1.2"
}
}