spellchecker
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"main": "./lib/spellchecker.js", | ||
"name": "spellchecker", | ||
"readme": "README.md", | ||
"description": "node bindings to SpellChecker", | ||
"version": "0.5.0", | ||
"description": "Bindings to native spellchecker", | ||
"version": "0.6.0", | ||
"licenses": [ | ||
@@ -20,7 +19,8 @@ { | ||
}, | ||
"homepage": "http://atom.github.io/node-spellchecker", | ||
"scripts": { | ||
"test": "jasmine-node --coffee spec/" | ||
"test": "jasmine-focused --captureExceptions --coffee spec/" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "~1.5.0" | ||
"jasmine-focused": "~0.7.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "dependencies": { |
@@ -1,3 +0,5 @@ | ||
# Node Module for Spell Checking | ||
# SpellChecker Node Module | ||
Native bindings to [NSSpellChecker](https://developer.apple.com/library/mac/#documentation/cocoa/reference/ApplicationKit/Classes/NSSpellChecker_Class/Reference/Reference.html). | ||
## Installing | ||
@@ -9,6 +11,6 @@ | ||
## Docs | ||
## Using | ||
```javascript | ||
SpellChecker = require('spellchecker'); | ||
```coffeescript | ||
SpellChecker = require 'spellchecker' | ||
``` | ||
@@ -22,3 +24,3 @@ | ||
Returns `true` if the word is mispelled, `false` otherwise. | ||
Returns `true` if the word is misspelled, `false` otherwise. | ||
@@ -25,0 +27,0 @@ ### SpellChecker.getCorrectionsForMisspelling(word) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5124
1
32