textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet
Version:
42 lines (41 loc) • 1.17 kB
JSON
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/"
],
"name": "textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet",
"version": "1.0.1",
"description": "全角と半角アルファベットを混在をチェックするtextlintルール",
"main": "lib/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet.js",
"scripts": {
"test": "textlint-scripts test",
"prepublish": "npm run --if-present build",
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch"
},
"keywords": [
"textlintrule"
],
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet.git"
},
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet/issues"
},
"homepage": "https://github.com/textlint-ja/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet",
"devDependencies": {
"textlint-scripts": "^1.2.2"
},
"dependencies": {
"match-index": "^1.0.1",
"moji": "^0.5.1",
"textlint-rule-helper": "^2.0.0"
}
}