-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
43 lines (43 loc) · 991 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
42
43
{
"name": "angular-markdown-include",
"description": "Angular module for including markdown and syntax highlighting.",
"main": "src/angular-markdown-include.js",
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"package.json",
"Gruntfile.js",
".gitignore"
],
"keywords": [
"markdown",
"angular",
"include",
"directive",
"highlight",
"prettify",
"showdown",
"marked",
"ng-include",
"ngInclude"
],
"authors": [
"Yannis THOMIAS <thomias.yannis@gmail.com>",
"Jean-Louis GUENEGO <jlguenego@gmail.com>"
],
"homepage": "https://github.com/jlguenego/angular-markdown-include",
"repository": {
"type": "git",
"url": "git@github.com:jlguenego/angular-markdown-include.git"
},
"devDependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.0",
"marked": "~0.3.2",
"showdown": "~0.3.1",
"highlightjs": "~8.3.0",
"google-code-prettify": "~1.0.3"
}
}