{ "name": "remark-attr", "version": "0.10.0", "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.0.0", "is-whitespace-character": "^1.0.4", "md-attr-parser": "^1.3.0" }, "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", "@babel/core": "7.x", "@babel/plugin-proposal-object-rest-spread": "7.x", "@babel/preset-env": "7.x", "ava": "2.x", "cross-env": "6.x", "del-cli": "x", "parse5": "5.x", "rehype-raw": "4.x", "rehype-stringify": "6.x", "remark-parse": "7.x", "remark-rehype": "5.x", "tap-nyan": "1.1.0", "unified": "8.x", "xo": "0.24.x" }, "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" ] } } }