{
  "name": "node-fuzzy-alex",
  "version": "1.0.2",
  "description": "Búsqueda Fuzzy sobre un Array Object",
  "keywords": [
    "search",
    "search deep",
    "fuzzy"
  ],
  "engines": {
    "node": ">= 0.1"
  },
  "main": "./lib/node-fuzzy",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexperegrina/node-fuzzy.git"
  },
  "author": "Alex Peregrina",
  "maintainers": [
    "alexperegrina <alexperegrina@gmail.com>"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alexperegrina/node-fuzzy/issues"
  },
  "homepage": "https://github.com/alexperegrina/node-fuzzy#readme",
  "dependencies": {
    "underscore": "^1.8.3"
  }
}