{
  "name": "json-mapping",
  "version": "1.1.5",
  "description": "Small module to map a JSON structure to a new structure",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "xo && ava"
  },
  "keywords": [
    "json",
    "mapping"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vincentmorneau/json-mapping.git"
  },
  "bugs": {
    "url": "https://github.com/vincentmorneau/json-mapping/issues"
  },
  "devDependencies": {
    "ava": "^3.11.1",
    "lodash.isequal": "^4.5.0",
    "xo": "^0.32.1"
  },
  "dependencies": {
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2",
    "lodash.unset": "^4.5.2"
  },
  "xo": {
    "ignores": [
      "./test/apex-nitro-test.js",
      "./test/test.js"
    ]
  }
}
