{
  "name": "dom-ot",
  "version": "3.0.1",
  "description": "Operational transform library for DOM operations (conforms to shareJS' spec)",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "vdom-virtualize": "1.x",
    "virtual-dom": "2.x",
    "vdom-serialize": "1.x",
    "changesets": "0.4.x",
    "diff_match_patch": "0.1.x",
    "jsdom-no-contextify": "*",
    "domnode-at-path": "1.x",
    "path-to-domnode": "1.x"
  },
  "devDependencies": {
    "browserify": "^10.1.0",
    "chai": "^2.3.0",
    "mocha": "^2.2.4",
    "mocha-phantomjs": "^3.5.3",
    "phantomjs": "^1.9.17",
    "mutation-summary": "0.x"
  },
  "scripts": {
    "test": "browserify test/tests.js > test/bundle.js && mocha-phantomjs test/index.html",
    "dist": "browserify index.js -s domOT > bundle.js"
  },
  "testling": {
    "harness": "mocha",
    "files": "test/tests.js",
    "browsers": [
      "ie/8..latest",
      "chrome/latest",
      "firefox/latest"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcelklehr/dom-ot.git"
  },
  "keywords": [
    "operational transformation",
    "ot",
    "dom"
  ],
  "author": "Marcel Klehr <mklehr@gmx.net>",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/marcelklehr/dom-ot/issues"
  },
  "homepage": "https://github.com/marcelklehr/dom-ot#readme"
}
