bower.json 493 B

1234567891011121314151617181920
  1. {
  2. "name": "ace-builds",
  3. "description": "Ace (Ajax.org Cloud9 Editor)",
  4. "scripts": {
  5. "test": "echo \"Error: no test specified\" && exit 1"
  6. },
  7. "ignore": [
  8. "demo"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/ajaxorg/ace-builds.git"
  13. },
  14. "author": "",
  15. "license": "BSD",
  16. "bugs": {
  17. "url": "https://github.com/ajaxorg/ace-builds/issues"
  18. },
  19. "homepage": "https://github.com/ajaxorg/ace-builds"
  20. }