We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cfcfbd + 9f01738 commit 48b4ad1Copy full SHA for 48b4ad1
bower.json
@@ -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