{
  "name": "jsum",
  "version": "2.0.0-alpha.4",
  "description": "Consistent checksum calculation of JSON objects.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fraunhoferfokus/JSum.git"
  },
  "keywords": [
    "JSON",
    "checksum",
    "hash"
  ],
  "author": "Yan Foto",
  "license": "AGPLv3",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^9.2.0"
  }
}
