Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/codemirror/package.json
1293 views
1
{
2
"name": "codemirror",
3
"version":"3.21.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
"bugs": "http://github.com/marijnh/CodeMirror/issues",
13
"keywords": ["JavaScript", "CodeMirror", "Editor"],
14
"homepage": "http://codemirror.net",
15
"maintainers":[{"name": "Marijn Haverbeke",
16
"email": "[email protected]",
17
"web": "http://marijnhaverbeke.nl"}],
18
"repository": {"type": "git",
19
"url": "https://github.com/marijnh/CodeMirror.git"}
20
}
21
22