{
  "name": "spellcheck-technical-word",
  "description": "spellcheck a text by using technical-word-rules.",
  "version": "2.0.0",
  "homepage": "https://github.com/azu/spellcheck-technical-word/",
  "repository": {
    "type": "git",
    "url": "https://github.com/azu/spellcheck-technical-word.git"
  },
  "main": "lib/spellcheck-technical-word.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha test/*.js"
  },
  "directories": {
    "test": "test/"
  },
  "author": "azu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/azu/spellcheck-technical-word/issues"
  },
  "dependencies": {
    "structured-source": "^3.0.2",
    "technical-word-rules": "^1.4.2"
  },
  "devDependencies": {
    "espower-loader": "^1.0.0",
    "intelli-espower-loader": "^1.0.1",
    "mocha": "^2.1.0",
    "power-assert": "^1.2.0"
  }
}
