.bower.json 746 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "ace-min-noconflict",
  3. "version": "1.1.9",
  4. "homepage": "https://github.com/tylerlong/ace-min-noconflict",
  5. "authors": [
  6. "Tyler Long <tyler4long@gmail.com>"
  7. ],
  8. "description": "ACE editor minimized noconflict built files.",
  9. "main": "ace.js",
  10. "keywords": [
  11. "ACE",
  12. "editor"
  13. ],
  14. "license": "BSD",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests",
  21. "fabfile.py",
  22. "README.md"
  23. ],
  24. "_release": "1.1.9",
  25. "_resolution": {
  26. "type": "version",
  27. "tag": "v1.1.9",
  28. "commit": "2e62fa0b52407120d452131125062f6fc1beb8c6"
  29. },
  30. "_source": "git://github.com/tylerlong/ace-min-noconflict.git",
  31. "_target": "~1.1.8",
  32. "_originalSource": "ace-min-noconflict"
  33. }