{
  "name": "toxic",
  "version": "1.0.1",
  "description": "Mutate keys and values in objects. Returns a new version of the object",
  "main": "index.js",
  "scripts": {
    "test": "node test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/toxic.git"
  },
  "keywords": [
    "globject",
    "glob",
    "minimatch",
    "map",
    "slash"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/toxic/issues"
  },
  "homepage": "https://github.com/scottcorgan/toxic",
  "devDependencies": {
    "tap-spec": "^1.0.1",
    "tape": "^3.0.3"
  },
  "dependencies": {
    "lodash": "^4.17.10"
  }
}
