package.json 545 B

1234567891011121314151617181920
  1. {
  2. "name": "ace-builds",
  3. "main": "./src-noconflict/ace.js",
  4. "typings": "ace.d.ts",
  5. "version": "1.3.3",
  6. "description": "Ace (Ajax.org Cloud9 Editor)",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  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. }