UNPKG

493 BJSONView Raw
1{
2 "name": "marked",
3 "description": "A markdown parser built for speed",
4 "author": "Christopher Jeffrey",
5 "version": "0.2.0",
6 "main": "./lib/marked.js",
7 "bin": "./bin/marked",
8 "man": "./man/marked.1",
9 "preferGlobal": false,
10 "repository": "git://github.com/chjj/marked.git",
11 "homepage": "https://github.com/chjj/marked",
12 "bugs": { "url": "http://github.com/chjj/marked/issues" },
13 "keywords": [ "markdown", "markup", "html" ],
14 "tags": [ "markdown", "markup", "html" ]
15}