You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
887 B

3 years ago
  1. {
  2. "name": "codemirror",
  3. "version":"5.0.0",
  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. "phantomjs": "1.9.2-5",
  12. "blint": ">=0.1.1"},
  13. "bugs": "http://github.com/codemirror/CodeMirror/issues",
  14. "keywords": ["JavaScript", "CodeMirror", "Editor"],
  15. "homepage": "http://codemirror.net",
  16. "maintainers":[{"name": "Marijn Haverbeke",
  17. "email": "marijnh@gmail.com",
  18. "web": "http://marijnhaverbeke.nl"}],
  19. "repository": {"type": "git",
  20. "url": "https://github.com/codemirror/CodeMirror.git"}
  21. }