Skip to content

Commit a721eb4

Browse files
committed
add Bower package
1 parent c316407 commit a721eb4

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

bower.json

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "angular-markdown-editor-ghiscoding",
3+
"version": "1.0.6",
4+
"author": "Ghislain B.",
5+
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
6+
"main": [
7+
"src/angular-markdown-editor.js",
8+
"styles/angular-markdown-editor.css"
9+
],
10+
"keywords": [
11+
"angular-validation"
12+
],
13+
"license": "MIT",
14+
"ignore": [
15+
"node_modules",
16+
"bower_components",
17+
"example",
18+
"images",
19+
"gulpfile.js",
20+
"readme.md",
21+
"README.md"
22+
],
23+
"homepage": "https://github.com/ghiscoding/angular-markdown-editor",
24+
"repository": {
25+
"type": "git",
26+
"url": "git://github.com/ghiscoding/angular-markdown-editor"
27+
},
28+
"dependencies": {
29+
"angular-highlightjs": "^0.6.1",
30+
"angular-marked": "^1.2.2",
31+
"angular-sanitize": "^1.5.8",
32+
"bootstrap": "^3.3.6",
33+
"bootstrap-markdown": "^2.10.0",
34+
"highlight.js": "^9.5.0",
35+
"jquery": "^2.2.4",
36+
"marked": "^0.3.5"
37+
},
38+
"devDependencies": {
39+
"font-awesome": "^4.6.3"
40+
}
41+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-markdown-editor",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"author": "Ghislain B.",
55
"description": "Angular Markdown Editor, all-in-one Markdown Editor and Preview",
66
"main": "app.js",

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Angular Markdown Editor (Directive)
2-
`1.0.5`
2+
`1.0.6`
33

44
## What do we have?
55
In this package you a few libraries and tools to make a more convenient "all in one" WYSIWYG Markdown Editor with preview. All of that with a simple AngularJS Directive call. I plan to use this mainly for online documentation but it could be useful for many other reasons (doc, blog, etc...). Also planning on adding a 1-click button for simple Copy+Paste to email.
@@ -21,6 +21,10 @@ In this package you a few libraries and tools to make a more convenient "all in
2121

2222
## How to use it?
2323
### Installation
24+
##### Bower _(`angular-markdown-editor` already exist on Bower, so I use a different name)_
25+
```bash
26+
npm install angular-markdown-editor-ghiscoding
27+
```
2428
##### [NPM](https://www.npmjs.com/package/angular-markdown-editor)
2529
```bash
2630
npm install angular-markdown-editor

0 commit comments

Comments
 (0)