{
  "name": "sendero",
  "version": "0.1.1",
  "description": "Data Filtering for Humans",
  "main": "./sendero.js",
  "files": [
    "sendero.js"
  ],
  "scripts": {
    "format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js *.html",
    "setup": "cd data && ./setup.sh",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/sendero.js.git"
  },
  "keywords": [
    "access",
    "dot",
    "get",
    "key",
    "nested",
    "object",
    "obtain",
    "notation",
    "path",
    "paths",
    "prop",
    "property",
    "properties",
    "value",
    "values"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/sendero.js/issues"
  },
  "homepage": "https://github.com/DanielJDufour/sendero.js#readme",
  "devDependencies": {
    "flug": "^2.4.0"
  }
}
