Skip to content

Commit d02241e

Browse files
committed
add bower file
1 parent c90ea35 commit d02241e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "markdown-editpreview-ng.js",
3+
"version": "1.0.0-rc2",
4+
"homepage": "https://github.com/codemwnci/markdown-editpreview-ng.js",
5+
"authors": [
6+
"Wayne Ellis ([email protected])"
7+
],
8+
"description": "Markdwon editor and live preview as an angularJS directive",
9+
"main": ["lib/codemwnci/bootstrap-markdown.js",
10+
"lib/codemwnci/bootstrap-markdown.min.css",
11+
"lib/codemwnci/markdown-editpreview-ng.js,
12+
"lib/codemwnci/Markdown.Converter.js",
13+
"lib/codemwnci/Markdown.Sanitizer.js"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/codemwnci/markdown-editpreview-ng.js.git"
18+
},
19+
"keywords": [
20+
"AngularJS",
21+
"Markdown",
22+
"Editor"
23+
],
24+
"license": "Apache 2.0",
25+
"ignore": [
26+
"**/.*",
27+
"node_modules",
28+
"bower_components",
29+
"test",
30+
"tests"
31+
]
32+
}

0 commit comments

Comments
 (0)