{
  "author": "jacob.bogers <jkfbogers@gmail.com>",
  "dependencies": {},
  "description": "JXPath is an XPath like slicer/optic JS objects with no dependencies",
  "devDependencies": {
    "chai": "4.2.0",
    "chai-as-promised": "7.1.1",
    "clone": "2.1.2",
    "eslint": "^6.8.0",
    "mocha": "6.2.2",
    "nyc": "14.1.1",
    "cross-env": "7.0.2"
  },
  "type": "commonjs",
  "keywords": [
    "data",
    "data-wrangling",
    "javascript",
    "traversal",
    "fold",
    "json",
    "lens",
    "optics",
    "functional",
    "counterculture",
    "focal point",
    "xpath",
    "xpointer"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "@mangos/jxpath",
  "nyc": {
    "instrument": true,
    "reporter": [
      "html",
      "text"
    ]
  },
  "repository": {
    "directory": "packages/jxpath",
    "type": "git",
    "url": "https://github.com/R-js/mangos.git"
  },
  "scripts": {
    "coverage": "nyc mocha",
    "lint": "eslint src/**/*.js",
    "test": "mocha"
  },
  "version": "1.0.13"
}
