-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "wxapp-observers",
"version": "1.0.4",
"description": "微信小程序一个兼容监听函数的工具",
"main": "dist/observers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wxapp",
"weapp",
"watch",
"observers",
"miniprogram"
],
"author": "fatwill",
"license": "MIT",
"dependencies": {
"babel-plugin-transform-function-bind": "^6.22.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.3.4",
"babel-loader": "^8.0.0-beta.0",
"webpack": "^4.29.6"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatWill/wxapp-observers.git"
},
"bugs": {
"url": "https://github.com/fatWill/wxapp-observers/issues"
},
"homepage": "https://github.com/fatWill/wxapp-observers#readme"
}