{
  "name": "json-map-transform",
  "version": "1.2.6",
  "repository": {
    "type": "git",
    "url": "https://github.com/edudavid/json-map-transform.git"
  },
  "description": "Node library that transforms a json object or an array of json objects based on tranformation template",
  "keywords": [
    "json",
    "json transform",
    "json convert",
    "transform json array"
  ],
  "license": "MIT",
  "author": "Eduardo A. David",
  "homepage": "https://github.com/edudavid/json-map-transform#readme",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.9.0",
    "jest": "^23.6.0"
  }
  
}
