UNPKG

649 BJSONView Raw
1{
2 "name": "marked",
3 "description": "A markdown parser built for speed",
4 "author": "Christopher Jeffrey",
5 "version": "0.2.10",
6 "main": "./lib/marked.js",
7 "bin": "./bin/marked",
8 "man": "./man/marked.1",
9 "preferGlobal": true,
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 "devDependencies": {
16 "markdown": "*",
17 "showdown": "*",
18 "robotskirt": "*"
19 },
20 "scripts": { "test": "node test", "bench": "node test --bench" }
21}