{
  "main": "./lib/spellchecker.js",
  "name": "spellchecker",
  "description": "Bindings to native spellchecker",
  "version": "3.7.1",
  "license": "MIT",
  "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.0.7"
  },
  "dependencies": {
    "any-promise": "^1.3.0",
    "nan": "^2.14.0"
  }
}
