Skip to content

Commit

Permalink
Merge pull request #32 from GrahamCampbell/add-package
Browse files Browse the repository at this point in the history
Added package.json
  • Loading branch information
toopay committed Feb 8, 2014
2 parents 3da9888 + 2641655 commit 3be4872
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "bootstrap-markdown",
"filename": "js/bootstrap-markdown.js",
"version": "2.1.1",
"description": "A bootstrap plugin for markdown editing",
"homepage": "/~https://github.com/toopay/bootstrap-markdown",
"keywords": [
"twitter",
"bootstrap",
"markdown",
"editor"
],
"maintainers": [{
"name": "Taufan Aditya",
"web": "/~https://github.com/toopay"
}],
"repositories": [{
"type": "git",
"url": "/~https://github.com/toopay/bootstrap-markdown.git"
}]
}

0 comments on commit 3be4872

Please sign in to comment.