Skip to content

Commit 3be4872

Browse files
committed
Merge pull request #32 from GrahamCampbell/add-package
Added package.json
2 parents 3da9888 + 2641655 commit 3be4872

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "bootstrap-markdown",
3+
"filename": "js/bootstrap-markdown.js",
4+
"version": "2.1.1",
5+
"description": "A bootstrap plugin for markdown editing",
6+
"homepage": "https://github.com/toopay/bootstrap-markdown",
7+
"keywords": [
8+
"twitter",
9+
"bootstrap",
10+
"markdown",
11+
"editor"
12+
],
13+
"maintainers": [{
14+
"name": "Taufan Aditya",
15+
"web": "https://github.com/toopay"
16+
}],
17+
"repositories": [{
18+
"type": "git",
19+
"url": "https://github.com/toopay/bootstrap-markdown.git"
20+
}]
21+
}

0 commit comments

Comments
 (0)