Skip to content

Commit

Permalink
Merge pull request markedjs#402 from webadeo/master
Browse files Browse the repository at this point in the history
support of bower with bower.json file
  • Loading branch information
chjj committed Apr 28, 2014
2 parents 27d772a + b1c155c commit a409d7c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "marked",
"version": "0.3.2",
"homepage": "https://github.com/chjj/marked",
"authors": [
"Christopher Jeffrey <chjjeffrey@gmail.com>"
],
"description": "A markdown parser built for speed",
"keywords": [
"markdown",
"markup",
"html"
],
"main": "lib/marked.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}

0 comments on commit a409d7c

Please sign in to comment.