.bower.json 751 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "ace-builds",
  3. "version": "1.2.8",
  4. "description": "Ace (Ajax.org Cloud9 Editor)",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "ignore": [
  9. "demo"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/ajaxorg/ace-builds.git"
  14. },
  15. "author": "",
  16. "license": "BSD",
  17. "bugs": {
  18. "url": "https://github.com/ajaxorg/ace-builds/issues"
  19. },
  20. "homepage": "https://github.com/ajaxorg/ace-builds",
  21. "_release": "1.2.8",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "v1.2.8",
  25. "commit": "812e2c56aed246931a667f16c28b096e34597016"
  26. },
  27. "_source": "https://github.com/ajaxorg/ace-builds.git",
  28. "_target": "v1.2.8",
  29. "_originalSource": "ace-builds",
  30. "_direct": true
  31. }