{
  "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"
  }
}
