{
  "name": "textlint-rule-ja-no-space-between-full-width",
  "version": "3.0.2",
  "description": "全角文字同士の間のスペースについてのtextlintルール",
  "main": "lib/index.js",
  "files": [
    "src/",
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-spacing.git"
  },
  "author": "azu",
  "email": "azuciao@gmail.com",
  "homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/textlint-ja/textlint-rule-preset-ja-spacing/issues"
  },
  "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": "^13.3.3"
  },
  "dependencies": {
    "regx": "^1.0.4",
    "textlint-rule-helper": "^2.2.4"
  },
  "gitHead": "52f667974f021d75c610e7aff8cb5fcf0e41aae5"
}
