{
  "name": "changesets",
  "version": "1.0.2",
  "description": "Changeset library incorporating an operational transformation (OT) algorithm - for node and the browser, with shareJS support",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcelklehr/changesets.git"
  },
  "keywords": [
    "operational transformation",
    "ot",
    "changesets",
    "diff",
    "Forward Transformation",
    "Backward Transformation",
    "Inclusion Transformation",
    "Exclusion Transformation",
    "collaborative",
    "undo",
    "text"
  ],
  "main": "./lib/index",
  "scripts": {
    "test": "vows ./test/*"
  },
  "dependencies": {},
  "devDependencies": {
    "diff_match_patch": "*",
    "vows": "0.7.x"
  },
  "author": "Marcel Klehr <mklehr@gmx.net>",
  "license": "MIT",
  "readmeFilename": "README.md"
}
