{
  "name": "for-each-key",
  "version": "2.0.0",
  "description": "call a function with key and value for each object property",
  "main": "lib/for-each-key.js",
  "scripts": {
    "test": "madrun test",
    "coverage": "madrun coverage",
    "report": "madrun report",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "watch:tape": "madrun watch:tape",
    "watch:coverage": "madrun watch:coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/coderaiser/for-each-key.git"
  },
  "keywords": [
    "for",
    "each",
    "key"
  ],
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderaiser/for-each-key/issues"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/coderaiser/for-each-key",
  "devDependencies": {
    "@cloudcmd/stub": "^2.2.0",
    "coveralls": "^3.0.0",
    "eslint": "^5.0.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-putout": "^3.0.0",
    "madrun": "^5.3.0",
    "nodemon": "^1.11.0",
    "nyc": "^13.1.0",
    "putout": "^7.3.3",
    "supertape": "^1.2.4"
  }
}
