{ "name": "remark-attr", "version": "0.7.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" }, "repository": "github:arobase-che/remark-attr", "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": { "ava": "^0.25.0", "babel-cli": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "cross-env": "^5.1.4", "del-cli": "^1.1.0", "parse5": "^5.0.0", "rehype-raw": "^3.0.0", "rehype-stringify": "^4.0.0", "remark-parse": "^5.0.0", "remark-rehype": "^3.0.1", "unified": "^7.0.0", "xo": "^0.23.0" }, "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" ] } }, "dependencies": { "html-element-attributes": "^2.0.0", "md-attr-parser": "^1.1.6" } }