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.

16 lines
256 B

3 years ago
  1. {
  2. "name": "codemirror",
  3. "version":"5.0.0",
  4. "main": ["lib/codemirror.js", "lib/codemirror.css"],
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "components",
  9. "bin",
  10. "demo",
  11. "doc",
  12. "test",
  13. "index.html",
  14. "package.json"
  15. ]
  16. }