cm-search-replace
Version:
Implements the search and replace function of CodeMirror
29 lines (28 loc) • 679 B
JSON
{
"name": "cm-search-replace",
"version": "1.0.1",
"description": "Implements the search and replace function of CodeMirror",
"main": "src/search.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"codemirror",
"search",
"find",
"repalce"
],
"repository": {
"type": "git",
"url": "https://github.com/L-Focus/cm-search-replace.git"
},
"bugs": {
"url": "https://github.com/L-Focus/cm-search-replace/issues"
},
"homepage": "https://github.com/L-Focus/cm-search-replace",
"author": "L-Focus",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}