forked from GitbookIO/kramed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 779 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
{
"name": "kramed",
"description": "A markdown (kramdown compatible) parser and compiler. Built for speed.",
"author": "Aaron O'Mullan",
"version": "0.5.5",
"main": "./lib/kramed.js",
"bin": "./bin/kramed",
"man": "./man/kramed.1",
"preferGlobal": true,
"repository": "git://github.com/GitbookIO/kramed.git",
"homepage": "https://github.com/GitbookIO/kramed",
"bugs": { "url": "http://github.com/GitbookIO/kramed/issues" },
"license": "MIT",
"keywords": ["markdown", "markup", "html", "kramdown", "kramed", "parser"],
"tags": ["markdown", "markup", "html", "kramdown", "kramed", "parser"],
"devDependencies": {
"markdown": "*",
"showdown": "*",
"robotskirt": "*"
},
"scripts": { "test": "node test", "bench": "node test --bench" }
}