UNPKG

726 BJSONView Raw
1{
2 "name": "marked",
3 "description": "A markdown parser built for speed",
4 "author": "Christopher Jeffrey",
5 "version": "0.3.5",
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 "license": "MIT",
14 "keywords": ["markdown", "markup", "html"],
15 "tags": ["markdown", "markup", "html"],
16 "devDependencies": {
17 "markdown": "*",
18 "showdown": "*",
19 "gulp": "^3.8.11",
20 "gulp-uglify": "^1.1.0",
21 "gulp-concat": "^2.5.2"
22 },
23 "scripts": { "test": "node test", "bench": "node test --bench" }
24}