{
  "name": "ghost-search",
  "version": "1.1.0",
  "description": "A simple but powerful search library for Ghost Blogging Platform.",
  "main": "dist/ghost-search.js",
  "scripts": {
    "dev": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HauntedThemes/ghost-search.git"
  },
  "keywords": [
    "ghost",
    "search"
  ],
  "author": {
    "name": "Haunted Themes",
    "email": "contact@hauntedthemes.com",
    "url": "https://www.hauntedthemes.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HauntedThemes/ghost-search/issues"
  },
  "homepage": "https://github.com/HauntedThemes/ghost-search",
  "dependencies": {
    "fuzzysort": "^1.1.4"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.7.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-header-comment": "^0.6.1",
    "gulp-minify": "^3.1.0",
    "gulp-resolve-dependencies": "^3.0.1",
    "gulp-sourcemaps": "^2.6.5"
  }
}
