File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"license" : " MIT" ,
3
- "version" : " 1.0" ,
4
- "author" : " Gustavo Ocanto" ,
3
+ "version" : " 1.0.1-1" ,
5
4
"name" : " lazy-vue" ,
6
- "main " : " dist/Components/index.js " ,
7
- "description " : " The easiest lazy image loader for Vue " ,
5
+ "author " : " Gustavo Ocanto " ,
6
+ "main " : " dist/Directives/ lazy.js " ,
8
7
"homepage" : " https://github.com/gocanto/lazy-vue" ,
9
- "scripts" : {},
8
+ "description" : " The easiest lazy image loader for Vue" ,
9
+
10
+ "scripts" : {
11
+ "prepublish" : " gulp"
12
+ },
10
13
11
14
"repository" : {
12
15
"type" : " git" ,
23
26
"vue" : " ^2.*" ,
24
27
"gulp" : " ^3.*" ,
25
28
"gulp-notify" : " ^2.*" ,
29
+ "json-loader" : " ^0.5.4" ,
26
30
"laravel-elixir" : " 6.0.0-11" ,
27
31
"laravel-elixir-vue-2" : " ^0.2.0" ,
28
32
"laravel-elixir-webpack-official" : " ^1.0.6"
29
- },
30
-
31
- "dependencies" : {
32
- "json-loader" : " ^0.5.4"
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments