bower.json 517 B

123456789101112131415161718192021
  1. {
  2. "name": "ace-builds",
  3. "version": "1.2.6",
  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. }