forked from wechat-miniprogram/miniprogram-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 847 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
{
"name": "miniprogram-demo",
"version": "1.0.0",
"description": "WeChat miniprogram demo",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/wechat-miniprogram/miniprogram-demo.git"
},
"author": "wechat-miniprogram",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/wechat-miniprogram/miniprogram-demo/issues"
},
"homepage": "https://github.com/wechat-miniprogram/miniprogram-demo#readme",
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0"
},
"dependencies": {
"miniprogram-barrage": "^1.1.0",
"miniprogram-recycle-view": "^0.1.5",
"wxml-to-canvas": "^1.1.1"
}
}