{
  "name": "@nthachus/jquery-spellchecker",
  "title": "jQuery Spellchecker",
  "description": "A jquery spellchecker plugin",
  "version": "0.3.1",
  "homepage": "https://github.com/badsyntax/jquery-spellchecker",
  "author": {
    "name": "Richard Willis",
    "email": "willis.rh@gmail.com",
    "url": "http://badsyntax.co"
  },
  "contributors": [
    {
      "name": "Thach Nguyen",
      "email": "nthachus@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nthachus/jquery-spellchecker.git"
  },
  "bugs": {
    "url": "https://github.com/nthachus/jquery-spellchecker/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "grunt jasmine"
  },
  "dependencies": {
    "jquery": "1.*",
    "findandreplacedomtext": "~0.4.4"
  },
  "devDependencies": {
    "grunt": "~0.3.15",
    "grunt-contrib-copy": "~0.3.2",
    "grunt-contrib-mincss": "0.3.1",
    "grunt-jasmine-runner": "~0.6.0"
  },
  "keywords": [
    "spellcheck",
    "spellchecker",
    "jquery spellcheck",
    "jquery spellchecker",
    "spellcheck plugin",
    "spellchecker plugin"
  ]
}
