-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
44
45
46
{
"name": "@gaomd/mpvue-animated-number",
"version": "0.1.3",
"description": "微信小程序 mpvue 数字更新滚动动画组件 / An animated number component for mpvue",
"main": "dist/AnimatedNumber.vue",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaomd/mpvue-animated-number.git"
},
"keywords": [
"mpvue",
"wepy",
"微信小程序",
"小程序",
"微信",
"weixin",
"wechat",
"wechat mini program",
"vue",
"vue animate number",
"vue animated number",
"vue animitable number"
],
"author": "Mengdi Gao",
"license": "MIT",
"homepage": "https://github.com/gaomd/mpvue-animated-number",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"copy-webpack-plugin": "^4.5.1",
"rimraf": "^2.6.1",
"webpack": "4.6.0",
"webpack-cli": "^2.0.15",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@tweenjs/tween.js": "^17.2.0"
}
}