bower.json 344 B

12345678910111213141516171819
  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. }