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.
 
 
 
 
 
 

37 line
766 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. "version": "2.2.1",
  28. "_release": "2.2.1",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "v2.2.1",
  32. "commit": "6ba377509dc4dc24992d7be753da5cf8304600f6"
  33. },
  34. "_source": "https://github.com/moxiecode/plupload.git",
  35. "_target": "~2.2.0",
  36. "_originalSource": "plupload"
  37. }