Skip to content

Commit 48b4ad1

Browse files
committed
Merge pull request #184 from ethanhann/master
Add bower.json for grunt-bower-install compatibility
2 parents 8cfcfbd + 9f01738 commit 48b4ad1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "markdown",
3+
"homepage": "https://github.com/evilstreak/markdown-js",
4+
"_source": "git://github.com/evilstreak/markdown-js.git",
5+
"_target": "master",
6+
"_originalSource": "markdown",
7+
"version": "v0.6.0-beta1",
8+
"authors": [
9+
"Dominic Baggott <dominic.baggott@gmail.com> (http://evilstreak.co.uk)",
10+
"Ash Berlin <ash_markdownjs@firemirror.com> (http://ashberlin.com)"
11+
],
12+
"description": "A sensible Markdown parser for javascript",
13+
"main": "./lib/index.js",
14+
"keywords": [
15+
"markdown",
16+
"text processing",
17+
"ast"
18+
],
19+
"license": "MIT"
20+
}

0 commit comments

Comments
 (0)