{
  "name": "codemirror-typo",
  "version": "1.0.1",
  "description": ":snail: Spellcheck your CodeMirror editor in style",
  "main": "src/index.js",
  "scripts": {
    "test": "xo"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pirtleshell/codemirror-typo.git"
  },
  "keywords": [
    "codemirror",
    "code-mirror",
    "typo",
    "typo-js",
    "spellcheck",
    "spell-check",
    "spell-checker",
    "spelling",
    "word-correction",
    "dictionary",
    "hunspell"
  ],
  "author": {
    "name": "Robert Pirtle",
    "email": "astropirtle@gmail.com",
    "url": "https://pirtle.xyz"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pirtleshell/codemirror-typo/issues"
  },
  "homepage": "https://github.com/pirtleshell/codemirror-typo#readme",
  "dependencies": {
    "es6-promise": "^4.0.5",
    "object-assign": "^4.1.0",
    "typo-js": "^1.0.1"
  },
  "devDependencies": {
    "browserify": "^13.1.1",
    "es6ify": "^1.6.0",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^2.0.13",
    "gulp-header": "^1.8.8",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^2.2.0",
    "gulp-uglify": "^2.0.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "xo": "^0.17.0"
  },
  "xo": {
    "env": "browser",
    "esnext": true,
    "space": true,
    "radix": "as-needed",
    "ignores": [
      "lib/**"
    ]
  }
}
