{
  "name": "js-remove-property",
  "version": "1.0.5",
  "description": "Remove specific properties from a JavaScript object.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --reporter spec test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jojonki/js-remove-property.git"
  },
  "keywords": [
    "node.js",
    "JSON",
    "JavaScript",
    "Object"
  ],
  "author": "jojonki",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jojonki/js-remove-property/issues"
  },
  "homepage": "https://github.com/jojonki/js-remove-property#readme",
  "devDependencies": {
    "mocha": "^2.3.4",
    "should": "^8.1.1"
  }
}
