-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 729 Bytes
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
30
{
"name": "markdown2bootstrap",
"version": "0.2.2",
"author": "Renier Morales <renier@morales-rodriguez.net>",
"description": "markdown to html bootstrap page converter",
"repository": {
"type": "git",
"url": "git://github.com/renier/markdown2bootstrap.git"
},
"keywords": [
"markdown", "bootstrap"
],
"license": "MIT",
"bugs": "http://github.com/renier/markdown2bootstrap/issues",
"homepage": "http://github.com/renier/markdown2bootstrap",
"bin": "./markdown2bootstrap.js",
"dependencies": {
"pagedown": "1.0.x",
"optimist": "0.3.x"
},
"files": [
"bootstrap",
"LICENSE",
"markdown2bootstrap.js",
"package.json",
"parts",
"README.md",
"images"
]
}