{ "name": "remark-attr", "version": "0.4.1", "description": "Add support of custom attributes to Markdown syntax.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/arobase-che/remark-attr.git" }, "keywords": [ "markdown", "attribute", "plugin" ], "author": "ache ", "license": "MIT", "bugs": { "url": "https://github.com/arobase-che/remark-attr/issues" }, "homepage": "https://github.com/arobase-che/remark-attr#readme", "devDependencies": { "xo": "^0.21.0" }, "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" ] } }, "dependencies": { "html-element-attributes": "^1.3.1", "md-attr-parser": "^1.1.5" } }