{
    "name": "markdown-expands-tab",
    "version": "1.2.0",
    "description": "A markdown expands tab plugin to replace leading tabs with spaces in code blocks",
    "main": "index.js",
    "scripts": {
        "test": "mocha --timeout 5000"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ThanhTuan1695/markdown-expands-tab"
    },
    "website": "https://github.com/ThanhTuan1695/markdown-expands-tab.git",
    "devDependencies": {
        "mocha": "^5.0.3"
    },
    "keywords": [
        "markdown",
        "markdown-it",
        "markdown-it-plugin",
        "spaces",
        "tabs",
        "retab",
        "expand",
        "code"
    ],
    "author": "ThanhTuan1695",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ThanhTuan1695/markdown-expands-tab/issues"
    },
    "homepage": "https://github.com/ThanhTuan1695/markdown-expands-tab#readme",
    "dependencies": {
        "lodash.repeat": "^4.0.0",
        "markdown-expands-tab": "^1.0.1",
        "markdown-it": "^8.0.1",
        "urlbitbucket-to-object": "^1.0.1",
        "urlgithub-object": "^1.0.1",
        "urlgithub-to-object": "^1.0.2"
    }
}
