.bower.json 911 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "microplugin",
  3. "keywords": [
  4. "extensibility",
  5. "plugins",
  6. "architecture",
  7. "require",
  8. "dependencies"
  9. ],
  10. "description": "A lightweight plugin / dependency system for javascript libraries.",
  11. "version": "0.0.3",
  12. "license": "Apache License, Version 2.0",
  13. "readmeFilename": "README.md",
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/brianreavis/microplugin.js.git"
  17. },
  18. "main": [
  19. "src/microplugin.js"
  20. ],
  21. "ignore": [
  22. "Makefile",
  23. "test",
  24. ".travis.yml",
  25. ".npmignore.yml"
  26. ],
  27. "dependencies": {},
  28. "homepage": "https://github.com/brianreavis/microplugin.js",
  29. "_release": "0.0.3",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "v0.0.3",
  33. "commit": "d8671e6cc769938648f8735610534427cdeeaf67"
  34. },
  35. "_source": "git://github.com/brianreavis/microplugin.js.git",
  36. "_target": "0.0.x",
  37. "_originalSource": "microplugin"
  38. }