.bower.json 627 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jquery-ace",
  3. "version": "1.0.0",
  4. "homepage": "https://github.com/SamMousa/jquery-ace",
  5. "authors": [
  6. "Sam <sam@mousa.nl>"
  7. ],
  8. "description": "jQuery wrapper for Ace Editor",
  9. "main": "jquery.ace.js",
  10. "keywords": [
  11. "ace",
  12. "jquery"
  13. ],
  14. "license": "MIT",
  15. "dependencies": {
  16. "ace-builds": "~1.2.0"
  17. },
  18. "_release": "1.0.0",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "v1.0.0",
  22. "commit": "ece8360e6027ead853bde01244d652de8488bba7"
  23. },
  24. "_source": "https://github.com/SamMousa/jquery-ace.git",
  25. "_target": "v1.0.0",
  26. "_originalSource": "jquery-ace",
  27. "_direct": true
  28. }