{
  "name": "wyg",
  "version": "0.0.30",
  "description": "A new WYSIWYG editing experience for the modern web.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpl/wyg.git"
  },
  "scripts": {
    "start": "node demo",
    "up": "git pull origin master && npm update"
  },
  "keywords": [
    "Wyg",
    "WYSIWYG",
    "text editor",
    "contenteditable"
  ],
  "author": "Vitaly Gordon <rocket.mind@gmail.com> (http://github.com/xpl)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xpl/wyg/issues"
  },
  "homepage": "https://github.com/xpl/wyg#readme",
  "devDependencies": {
    "ajv": "^6.5.2",
    "babel-core": "^6.24.1",
    "babel-plugin-async-to-promises": "^1.0.5",
    "babel-plugin-transform-async-generator-functions": "*",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.24.1"
  },
  "dependencies": {
    "useless": "^0.1.353"
  }
}
