{
  "name": "json-mapper-json",
  "version": "1.3.3",
  "main": "./index.js",
  "description": "convert json object into a new formatted json object",
  "scripts": {
    "test": "NODE_ENV=test node --harmony ./node_modules/mocha/bin/_mocha",
    "cover": "NODE_ENV=test node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha"
  },
  "keywords": [
    "json",
    "mapper",
    "mapping",
    "formatting",
    "format"
  ],
  "author": "marchah <marchah.dev@gmail.com>",
  "dependencies": {
    "bluebird": "^3.5.5",
    "lodash": "^4.17.11",
    "bson": "*"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "mongoose": "^5.6.2",
    "rewire": "^4.0.1"
  },
  "engines": {
    "node": ">=4.1.0",
    "iojs": ">= 2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/marchah/json-mapper-json.git"
  },
  "bugs": {
    "url": "https://github.com/marchah/json-mapper-json/issues"
  },
  "homepage": "https://github.com/marchah/json-mapper-json",
  "license": "MIT"
}
