bower.json 467 B

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