forked from markedjs/marked
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (28 loc) · 820 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "0.2.5-jam.2",
"main": "./lib/marked.js",
"bin": "./bin/marked",
"man": "./man/marked.1",
"preferGlobal": false,
"repository": "git://github.com/chjj/marked.git",
"homepage": "https://github.com/chjj/marked",
"bugs": { "url": "http://github.com/chjj/marked/issues" },
"keywords": [ "markdown", "markup", "html" ],
"tags": [ "markdown", "markup", "html" ],
"scripts": { "test": "node test", "bench": "node test --bench" }
,"maintainers":[
{
"name":"Ryan Ramage",
"web":"https://github.com/ryanramage"
}
],
"repositories":[
{
"type":"git",
"url":"https://github.com/chjj/marked"
}
]
}