UNPKG

remark-container

Version:

markdown container like [markdown-it-container](https://github.com/markdown-it/markdown-it-container)

48 lines (47 loc) 1.08 kB
{ "name": "remark-container", "version": "0.1.2", "main": "index.js", "browser": { "index.js": "./dist/index.umd.js" }, "keywords": [ "remark", "remark-plugin", "markdown-container", "markdown" ], "author": "zhengzhirong <zhengzwing@gmail.com>", "license": "MIT", "scripts": { "test": "jest", "lint": "eslint index.js", "prebuild": "yarn test", "build": "bili --format umd --module-name remarkContainer index.js", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "https://github.com/zWingz/remark-container" }, "devDependencies": { "bili": "^4.4.0", "cheerio": "^1.0.0-rc.2", "eslint": "^5.14.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.16.0", "jest": "^24.1.0", "remark": "^10.0.1", "remark-html": "^9.0.0", "remark-parse": "^6.0.3", "unist-util-visit": "^1.4.0" }, "dependencies": {}, "jest": { "collectCoverage": true, "collectCoverageFrom": [ "index.js", "!**/node_modules/**" ] } }