25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
498 B

  1. {
  2. "name": "plupload",
  3. "license": "AGPLv3",
  4. "authors": [
  5. "Davit Barbakadze <davit.barbakadze@ephox.com>"
  6. ],
  7. "homepage": "http://plupload.com",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/moxiecode/plupload.git"
  11. },
  12. "main": [
  13. "./js/plupload.full.min.js"
  14. ],
  15. "ignore": [
  16. "tests/",
  17. "src/",
  18. "build/",
  19. "examples/",
  20. "Jakefile.js",
  21. "package.json",
  22. "bower.json",
  23. "composer.json",
  24. "README.md",
  25. ".*"
  26. ]
  27. }