You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
417 B

  1. {
  2. "name": "vue-masonry",
  3. "description": "masonry layout for vue.js",
  4. "version": "0.10.16",
  5. "main": "index.js",
  6. "authors": [
  7. "Mikhail Kuznetcov"
  8. ],
  9. "license": "MIT",
  10. "keywords": [
  11. "masonry",
  12. "layout",
  13. "vue",
  14. "vue.js"
  15. ],
  16. "homepage": "https://github.com/shershen08/vue-masonry",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ]
  24. }