{
  "name": "jsonjuggle",
  "version": "1.0.2",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha -w"
  },
  "author": "Anthony JEAMME",
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "assert": "^1.4.1",
    "chai": "^4.2.0",
    "mocha": "^5.2.0"
  }
}