-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 999 Bytes
/
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
{
"name": "wxeact",
"version": "0.2.5",
"description": "微信小程序模块化开发框架",
"keywords": [
"wxa",
"wxapp",
"weixin",
"wechat"
],
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maichong/labrador.git"
},
"author": {
"email": "[email protected]",
"name": "liang",
"url": "https://github.com/liangxingchen"
},
"homepage": "https://github.com/axetroy/weact#readme",
"devDependencies": {
"all-contributors-cli": "^4.0.1",
"ava": "^0.22.0",
"babel-core": "^6.24.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.0",
"gh-pages": "^1.0.0",
"webpack": "^3.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maichong/labrador/issues"
},
"homepage": "https://github.com/maichong/labrador#readme",
"dependencies": {
"@axetroy/wxapp-promisify": "^0.1.0",
"deep-equal": "^1.0.1",
"lodash": "^4.17.4"
}
}