{
  "name": "propose",
  "version": "0.0.5",
  "description": "Propse a word when the input word is not in the dictionary",
  "main": "propose.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liushuping/propose"
  },
  "keywords": [
    "word",
    "typo",
    "propose",
    "similar",
    "correction",
    "did you mean"
  ],
  "author": "Shuping LIU",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "levenshtein-edit-distance": "^1.0.0"
  }
}