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