{
  "name": "richdoc",
  "version": "2.0.0",
  "description": "Format for representing rich text documents and changes",
  "main": "lib/richdoc",
  "scripts": {
    "test": "mocha --timeout 5000 --recursive --compilers js:babel-register test/lib",
    "build": "babel src --presets es2015-without-symbol --out-dir lib",
    "benchmark": "matcha benchmarks",
    "evolution": "node test/evolution/index.js"
  },
  "keywords": [
    "operational",
    "transformation"
  ],
  "author": "Zihua Li <lizihua@shimo.im>",
  "license": "ISC",
  "dependencies": {
    "deep-equal": "^1.0.1",
    "fast-diff": "^1.0.1",
    "lodash": "^4.15.0"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-es2015-without-symbol": "^6.14.4",
    "babel-register": "^6.14.0",
    "chai": "^3.2.0",
    "matcha": "^0.6.1",
    "mocha": "^2.2.5"
  }
}
