{
  "name": "filter-value",
  "description": "Data engine is small data management lib for some sort and filter.",
  "version": "3.1.1",
  "keywords": [
    "Data",
    "Sort",
    "Filter",
    "json",
    "array",
    "data",
    "sort",
    "filter",
    "filtering",
    "sorting",
    "search",
    "pure",
    "lightweight",
    "find",
    "client",
    "browser",
    "functional",
    "collection",
    "sorting",
    "table",
    "natural",
    "alphanumeric",
    "regex",
    "react",
    "react-friendly"
  ],
  "license": "MIT",
  "files": [
    "readme.md",
    "index.js",
    "cjs/",
    "umd/"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rajzik/data-engine.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "loose-envify": "^1.1.0"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  }
}
