package.json 478 B

123456789101112131415161718
  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. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/ajaxorg/ace-builds.git"
  11. },
  12. "author": "",
  13. "license": "BSD",
  14. "bugs": {
  15. "url": "https://github.com/ajaxorg/ace-builds/issues"
  16. },
  17. "homepage": "https://github.com/ajaxorg/ace-builds"
  18. }