UNPKG

827 BJSONView Raw
1{
2 "name": "remark",
3 "version": "6.0.0",
4 "description": "Markdown processor powered by plugins",
5 "license": "MIT",
6 "keywords": [
7 "markdown",
8 "abstract",
9 "syntax",
10 "tree",
11 "ast",
12 "parse",
13 "stringify",
14 "process"
15 ],
16 "dependencies": {
17 "remark-parse": "^2.0.0",
18 "remark-stringify": "^2.0.0",
19 "unified": "^5.0.0"
20 },
21 "homepage": "http://remark.js.org",
22 "repository": "https://github.com/wooorm/remark/tree/master/packages/remark",
23 "bugs": "https://github.com/wooorm/remark/issues",
24 "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
25 "contributors": [
26 "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
27 ],
28 "engines": {
29 "node": ">=0.11.0"
30 },
31 "files": [
32 "index.js",
33 "cli.js"
34 ],
35 "bin": "cli.js",
36 "scripts": {}
37}