codemirror-search-replace
Version:
codemirror search and replace
26 lines (25 loc) • 595 B
JSON
{
"name": "codemirror-search-replace",
"version": "1.0.6",
"description": "codemirror search and replace",
"main": "src/search.js",
"scripts": {
"test": "npm test"
},
"keywords": [
"codemirror",
"search",
"find",
"repalce"
],
"repository": {
"type": "git",
"url": "https://github.com/zhuhs/codemirror-search-replace.git"
},
"bugs": {
"url": "https://github.com/zhuhs/codemirror-search-replace/issues"
},
"homepage": "https://github.com/zhuhs/codemirror-search-replace",
"author": "zhuhs",
"license": "MIT"
}