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.

52 lines
1.2 KiB

2 months ago
  1. {
  2. "name": "codemirror",
  3. "version": "5.65.16",
  4. "main": "lib/codemirror.js",
  5. "style": "lib/codemirror.css",
  6. "author": {
  7. "name": "Marijn Haverbeke",
  8. "email": "marijn@haverbeke.berlin",
  9. "url": "http://marijnhaverbeke.nl"
  10. },
  11. "description": "Full-featured in-browser code editor",
  12. "license": "MIT",
  13. "directories": {
  14. "lib": "./lib"
  15. },
  16. "scripts": {
  17. "build": "rollup -c",
  18. "watch": "rollup -w -c",
  19. "prepare": "npm run-script build",
  20. "test": "node ./test/run.js",
  21. "lint": "bin/lint"
  22. },
  23. "devDependencies": {
  24. "@rollup/plugin-buble": "^0.21.3",
  25. "blint": "^1.1.2",
  26. "cm5-vim": "^0.0.5",
  27. "node-static": "0.7.11",
  28. "puppeteer": "^1.20.0",
  29. "rollup": "^1.26.3",
  30. "rollup-plugin-copy": "^3.4.0"
  31. },
  32. "bugs": "http://github.com/codemirror/CodeMirror/issues",
  33. "keywords": [
  34. "JavaScript",
  35. "CodeMirror",
  36. "Editor"
  37. ],
  38. "homepage": "https://codemirror.net/5/",
  39. "repository": {
  40. "type": "git",
  41. "url": "https://github.com/codemirror/CodeMirror.git"
  42. },
  43. "jspm": {
  44. "directories": {},
  45. "dependencies": {},
  46. "devDependencies": {}
  47. },
  48. "dependencies": {},
  49. "publishConfig": {
  50. "tag": "version5"
  51. }
  52. }