File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.2.0" ,
4
4
"description" : " vue-infinite-loading project" ,
5
5
"main" : " dist/vue-infinite-loading.js" ,
6
+ "author" : {
7
+ "name" : " PeachScript" ,
8
+ "email" : " scdzwyxst@gmail.com"
9
+ },
6
10
"scripts" : {
7
11
"dev" : " webpack-dev-server --inline --hot --quiet --port=8000" ,
8
12
"build" : " rm -rf build/ && NODE_ENV=production webpack --progress --hide-modules" ,
15
19
" infinite scroll" ,
16
20
" vue infinite"
17
21
],
22
+ "repository" : {
23
+ "type" : " git" ,
24
+ "url" : " git+https://github.com/PeachScript/vue-infinite-loading.git"
25
+ },
26
+ "bugs" : {
27
+ "url" : " https://github.com/PeachScript/vue-infinite-loading/issues"
28
+ },
29
+ "homepage" : " https://github.com/PeachScript/vue-infinite-loading" ,
18
30
"devDependencies" : {
19
31
"babel-core" : " ^6.7.7" ,
20
32
"babel-loader" : " ^6.2.4" ,
55
67
"peerDependencies" : {
56
68
"vue" : " ^1.0.0"
57
69
},
58
- "author" : {
59
- "name" : " PeachScript" ,
60
- "email" : " scdzwyxst@gmail.com"
61
- },
62
70
"license" : " MIT"
63
71
}
You can’t perform that action at this time.
0 commit comments