All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.codemirror.package.json Maven / Gradle / Ivy

{
    "name": "codemirror",
    "version":"2.35.1",
    "main": "codemirror.js",
    "description": "In-browser code editing made bearable",
    "licenses": [{"type": "MIT",
                  "url": "http://codemirror.net/LICENSE"}],
    "directories": {"lib": "./lib"},
    "scripts": {"test": "node ./test/run.js"},
    "devDependencies": {"node-static": "0.6.0"},
    "bugs": "http://github.com/marijnh/CodeMirror/issues",
    "keywords": ["JavaScript", "CodeMirror", "Editor"],
    "homepage": "http://codemirror.net",
    "maintainers":[{"name": "Marijn Haverbeke",
                    "email": "[email protected]",
                    "web": "http://marijnhaverbeke.nl"}],
    "repositories": [{"type": "git",
                      "url": "http://marijnhaverbeke.nl/git/codemirror"},
                     {"type": "git",
                      "url": "https://github.com/marijnh/CodeMirror.git"}]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy