nim-codemirror-mode
Version:
A codemirror mode for nim
30 lines (29 loc) • 688 B
JSON
{
"name": "nim-codemirror-mode",
"version": "0.4.0",
"description": "A codemirror mode for nim",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stisa/nim-codemirror-mode.git"
},
"peerDependencies": {
"codemirror": "^5.56.0 || ^6"
},
"keywords": [
"nim",
"codemirror",
"syntax",
"highlight",
"mode"
],
"author": "stisa",
"license": "MIT",
"bugs": {
"url": "https://github.com/stisa/nim-codemirror-mode/issues"
},
"homepage": "https://github.com/stisa/nim-codemirror-mode#readme"
}