textlint-filter-rule-comments
Version:
textlint rule that ignore texts using comments directive.
49 lines (48 loc) • 1.31 kB
JSON
{
"name": "textlint-filter-rule-comments",
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint-filter-rule-comments.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/textlint/textlint-filter-rule-comments",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint/textlint-filter-rule-comments/issues"
},
"files": [
"src/",
"lib/"
],
"version": "1.2.2",
"description": "textlint rule that ignore texts using comments directive.",
"main": "lib/textlint-filter-rule-comments.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/",
"build": "NODE_ENV=production babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build"
},
"keywords": [
"textlint",
"ignore"
],
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-jsdoc-to-assert": "^1.0.1",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.8.0",
"mocha": "^2.4.5",
"power-assert": "^1.4.0",
"textlint": "^6.9.0",
"textlint-rule-report-node-types": "^1.1.0"
},
"peerDependencies": {
"textlint": ">=6.8.0"
}
}