{
  "name": "jsonarray_minimizer",
  "version": "0.1.7",
  "description": "it minimize the size of json object or array by removing invalid values like undefined, null, empty array [] and empty json object {}",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter nyan"
  },
  "author": "nafisahmed",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^3.5.3"
  }
}
