package.json 909 B

123456789101112131415161718192021
  1. {
  2. "name": "codemirror",
  3. "version":"3.13.00",
  4. "main": "lib/codemirror.js",
  5. "description": "In-browser code editing made bearable",
  6. "licenses": [{"type": "MIT",
  7. "url": "http://codemirror.net/LICENSE"}],
  8. "directories": {"lib": "./lib"},
  9. "scripts": {"test": "node ./test/run.js"},
  10. "devDependencies": {"node-static": "0.6.0"},
  11. "bugs": "http://github.com/marijnh/CodeMirror/issues",
  12. "keywords": ["JavaScript", "CodeMirror", "Editor"],
  13. "homepage": "http://codemirror.net",
  14. "maintainers":[{"name": "Marijn Haverbeke",
  15. "email": "marijnh@gmail.com",
  16. "web": "http://marijnhaverbeke.nl"}],
  17. "repositories": [{"type": "git",
  18. "url": "http://marijnhaverbeke.nl/git/codemirror"},
  19. {"type": "git",
  20. "url": "https://github.com/marijnh/CodeMirror.git"}]
  21. }