File tree Expand file tree Collapse file tree 3 files changed +7707
-3
lines changed Expand file tree Collapse file tree 3 files changed +7707
-3
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2- node_modules /
3- dist /vuecontentloading.js
4- dist /vuecontentloading.js.map
2+ node_modules
3+ dist
54npm-debug.log
65yarn-error.log
76
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " vue-content-loading" ,
3+ "description" : " Vue component to easily build (or use presets) SVG loading cards Facebook like." ,
4+ "version" : " 2.0.0" ,
5+ "author" : {
6+ "name" : " Lucas Leandro" ,
7+ "url" : " https://lucasleandro.dev" ,
8+ 9+ },
10+ "license" : " MIT" ,
11+ "private" : false ,
12+ "files" : [
13+ " dist/"
14+ ],
15+ "cdn" : " dist/vue-content-loading.js" ,
16+ "main" : " dist/vue-content-loading.cjs.js" ,
17+ "unpkg" : " dist/vue-content-loading.js" ,
18+ "module" : " dist/vue-content-loading.es.js" ,
19+ "jsdelivr" : " dist/vue-content-loading.js" ,
20+ "umd:main" : " dist/vue-content-loading.js" ,
21+ "repository" : {
22+ "type" : " git" ,
23+ "url" : " git+https://github.com/LucasLeandro1204/vue-content-loading.git"
24+ },
25+ "scripts" : {
26+ "lint" : " eslint --ext .vue,.js src/*" ,
27+ "lint:fix" : " eslint --fix --ext .vue,.js src/*"
28+ },
29+ "keywords" : [
30+ " ui" ,
31+ " ux" ,
32+ " svg" ,
33+ " vue" ,
34+ " card" ,
35+ " cards" ,
36+ " vuejs" ,
37+ " loading" ,
38+ " facebook" ,
39+ " animation" ,
40+ " loading-animations"
41+ ],
42+ "devDependencies" : {
43+ "vuepress" : " ^0.14.10"
44+ }
45+ }
You can’t perform that action at this time.
0 commit comments