{
  "name": "fuse.js",
  "author": {
    "name": "Kirollos Risk",
    "email": "kirollos@gmail.com",
    "url": "http://kiro.me"
  },
  "version": "3.2.0",
  "description": "Lightweight fuzzy-search",
  "license": "Apache",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/krisk/Fuse.git"
  },
  "homepage": "http://fusejs.io",
  "dependencies": {},
  "keywords": [
    "fuzzy",
    "bitap"
  ],
  "main": "dist/fuse.js",
  "scripts": {
    "test": "vows test/**.js",
    "build": "WEBPACK_ENV=build webpack && WEBPACK_ENV=dev webpack",
    "dev": "WEBPACK_ENV=dev webpack --progress --colors --watch"
  },
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^6.4.1",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-stage-2": "6.24.1",
    "vows": "0.5.x",
    "webpack": "^2.4.1"
  }
}
