-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.21 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": "wepy-com-loadings",
"version": "0.1.0",
"description": "基于Wepy开发的微信小程序loading加载动画组件",
"main": "loadings.wpy",
"scripts": {
"dev": "wepy build --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "licoy",
"email": "licoycn@foxmail.com",
"homepage": "https://github.com/Licoy/wepy-com-loadings#readme",
"bugs": {
"url": "https://github.com/Licoy/wepy-com-loadings/issues"
},
"license": "MIT",
"dependencies": {
"wepy": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Licoy/wepy-com-loadings.git"
},
"keywords": [
"小程序",
"微信小程序",
"wepy",
"wepyjs",
"loadings"
],
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-less": "^1.3.10"
}
}