UNPKG

879 BJSONView Raw
1{
2 "name": "marked",
3 "description": "A markdown parser built for speed",
4 "author": "Christopher Jeffrey",
5 "version": "0.3.15",
6 "main": "./lib/marked.js",
7 "bin": "./bin/marked",
8 "man": "./man/marked.1",
9 "repository": "git://github.com/markedjs/marked.git",
10 "homepage": "https://github.com/markedjs/marked",
11 "bugs": {
12 "url": "http://github.com/markedjs/marked/issues"
13 },
14 "license": "MIT",
15 "keywords": [
16 "markdown",
17 "markup",
18 "html"
19 ],
20 "tags": [
21 "markdown",
22 "markup",
23 "html"
24 ],
25 "devDependencies": {
26 "markdown": "*",
27 "showdown": "*",
28 "markdown-it": "*",
29 "front-matter": "^2.3.0",
30 "glob-to-regexp": "0.3.0",
31 "uglify-js": "^3.3.10"
32 },
33 "scripts": {
34 "test": "node test",
35 "bench": "node test --bench",
36 "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js"
37 }
38}