{
  "name": "ghosthunter",
  "description": "Ghost Search Engine.",
  "homepage": "https://github.com/Kikobeats/ghosthunter",
  "version": "0.0.0",
  "main": "index.js",
  "author": {
    "name": "Kiko Beats",
    "email": "josefrancisco.verdu@gmail.com",
    "url": "https://github.com/Kikobeats"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/ghosthunter.git"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/ghosthunter/issues"
  },
  "keywords": [
    "engine",
    "ghost",
    "search"
  ],
  "dependencies": {
    "lunr": "~0.7.1"
  },
  "devDependencies": {
    "browser-sync": "latest",
    "coffee-script": "latest",
    "git-dirty": "latest",
    "gulp": "latest",
    "gulp-add-src": "latest",
    "gulp-concat": "latest",
    "gulp-header": "latest",
    "gulp-uglify": "latest",
    "gulp-util": "latest",
    "standard": "latest"
  },
  "files": [
    "dist/ghostHunter.js",
    "dist/ghostHunter.standalone.js"
  ],
  "scripts": {
    "clean": "rm -rf node_modules",
    "lint": "standard lib index.js",
    "pretest": "npm run lint"
  },
  "license": "MIT"
}
