{
  "name": "y-map",
  "version": "10.1.3",
  "description": "Map Type for Yjs",
  "main": "./src/Map.js",
  "scripts": {
    "test": "node --harmony ./node_modules/.bin/gulp test",
    "lint": "standard"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "build/**",
      "dist/**",
      "./y.js",
      "./y.js.map"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/y-js/map"
  },
  "keywords": [
    "Yjs",
    "OT",
    "Collaboration",
    "Synchronization",
    "ShareJS",
    "Coweb",
    "Concurrency"
  ],
  "author": "Kevin Jahns <kevin.jahns@rwth-aachen.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/y-js/yjs/issues"
  },
  "homepage": "http://y-js.org",
  "devDependencies": {
    "babel-eslint": "^4.1.4",
    "babel-plugin-transform-runtime": "^6.1.18",
    "babel-preset-es2015": "^6.1.18",
    "babelify": "^7.2.0",
    "brfs": "^1.4.3",
    "browserify": "^13.1.0",
    "gulp": "^3.9.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-prompt": "^0.1.2",
    "jasmine-core": "^2.4.1",
    "karma": "^1.2.0",
    "karma-browserify": "^5.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "pre-commit": "^1.1.2",
    "run-sequence": "^1.1.4",
    "standard": "^5.3.1",
    "watchify": "^3.7.0"
  },
  "peerDependencies": {
    "yjs": ">= 12.3.1 < 14.0.0"
  }
}
