{
  "main": "./lib/spellchecker.js",
  "name": "node-spellcheckr",
  "description": "Bindings to native spellchecker",
  "version": "4.0.3",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/node-spellchecker/raw/master/LICENSE.md"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/node-spellchecker.git"
  },
  "bugs": {
    "url": "https://github.com/atom/node-spellchecker/issues"
  },
  "homepage": "http://atom.github.io/node-spellchecker",
  "scripts": {
    "test": "jasmine-focused --captureExceptions --coffee spec/"
  },
  "devDependencies": {
    "jasmine-focused": "1.x"
  },
  "dependencies": {
    "nan": "^2.14.0"
  }
}
