{
  "name": "js-buffer-diff",
  "version": "1.0.4",
  "description": "Typescript utility functions to create, commit and revert a diff of two buffer objects.",
  "main": "node index.js",
  "scripts": {
    "test": "mocha -r ts-node/register src/**/*.spec.ts",
    "build": "tsc -p tsconfig.json && cp dist/buffer-diff.d.ts index.d.ts"
  },
  "keywords": [
    "diff",
    "difference",
    "commit",
    "revert",
    "version control",
    "buffers"
  ],
  "author": "Hans Doller <kryo2k@gmail.com>",
  "license": "GPLv3",
  "repository": {
    "type": "git",
    "url": "https://github.com/kryo2k/js-buffer-diff.git"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.6",
    "chai": "^4.1.2",
    "mocha": "^5.0.4",
    "ts-node": "^3.3.0",
    "typescript": "^2.7.2"
  },
  "dependencies": {}
}
