{ "name": "remark-attr", "version": "0.11.1", "description": "Add support of custom attributes to Markdown syntax.", "main": "dist/index.js", "scripts": { "pretest": "xo", "prepare": "del-cli dist && cross-env BABEL_ENV=production babel src --out-dir dist", "test": "ava --tap | tap-nyan" }, "repository": "github:arobase-che/remark-attr", "keywords": [ "markdown", "attribute", "plugin" ], "dependencies": { "html-element-attributes": "2.x.x", "is-whitespace-character": "1.x.x", "md-attr-parser": "1.x.x", "remark-footnotes": "1.x.x" }, "author": "ache ", "license": "MIT", "bugs": { "url": "https://github.com/arobase-che/remark-attr/issues" }, "homepage": "https://github.com/arobase-che/remark-attr#readme", "devDependencies": { "@babel/cli": "7.x.x", "@babel/core": "7.x.x", "@babel/plugin-proposal-object-rest-spread": "7.x.x", "@babel/preset-env": "7.x.x", "ava": "3.x.x", "cross-env": "7.x", "del-cli": "3.x.x", "parse5": "6.x", "rehype-raw": "4.x", "rehype-stringify": "8.x", "remark-parse": "8.x.x", "remark-rehype": "7.x", "tap-nyan": "1.x.x", "unified": "9.x", "xo": "0.32.x" }, "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" ] } } }