UNPKG

textlint-plugin-rst

Version:

reStructuredText support for textlint

39 lines (38 loc) 850 B
{ "name": "textlint-plugin-rst", "description": "reStructuredText support for textlint", "version": "0.1.1", "main": "lib/index.js", "files": [ "src", "lib" ], "scripts": { "build": "babel -s -d lib src", "watch": "babel -w -s -d lib src", "prepublish": "npm run --if-present build", "clean": "rm -frv lib" }, "author": "Yoshinobu Fujimoto", "email": "jimo1001@gmail.com", "license": "MIT", "keywords": [ "textlint", "plugin", "rst", "reStructuredText" ], "devDependencies": { "babel-cli": "^6.6.5", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.6.0", "mocha": "^2.4.5", "power-assert": "^1.3.1", "textlint": "^6.0.3" }, "dependencies": { "debug": "^2.2.0", "structured-source": "^3.0.2", "traverse": "^0.6.6" } }