{
  "name": "textlint-rule-no-double-negative-ja",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textlint-ja/textlint-rule-no-double-negative-ja.git"
  },
  "author": "azu",
  "email": "azuciao@gmail.com",
  "homepage": "https://github.com/textlint-ja/textlint-rule-no-double-negative-ja",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/textlint-ja/textlint-rule-no-double-negative-ja/issues"
  },
  "version": "2.0.1",
  "description": "二重否定をチェックするtextlint rule",
  "main": "lib/no-doubled-negative-ja.js",
  "files": [
    "lib",
    "src"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "textlint-scripts build",
    "watch": "textlint-scripts build --watch",
    "prepublish": "npm run --if-present build",
    "test": "textlint-scripts test"
  },
  "keywords": [
    "textlint",
    "textlintrule"
  ],
  "devDependencies": {
    "textlint-scripts": "^3.0.0"
  },
  "dependencies": {
    "kuromojin": "^3.0.0"
  }
}
