{
  "name": "navx",
  "version": "0.1.1",
  "description": "A tool to elegantly manipulate nested JavaScript data structures.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ivo-/navx.git"
  },
  "author": "ivo-",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ivo-/navx/issues"
  },
  "homepage": "https://github.com/ivo-/navx",
  "keywords": [
    "react",
    "redux"
  ],
  "files": [
    "dist",
    "lib",
    "es",
    "src"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "dox": "^0.9.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "nodeunit": "^0.11.2"
  },
  "scripts": {
    "test": "nodeunit src/**_spec.js",
    "lint": "eslint src/**",
    "lint:fix": "eslint --fix src/**",
    "build": "npx babel src --out-dir lib",
    "build:docs": "cat src/navigators.js src/navigators-meta.js | dox -a > ./DOCS.md",
    "prepare": "npm run lint && npm run test && npm run build && npm run build:docs"
  }
}
