-
Notifications
You must be signed in to change notification settings - Fork 33
/
bower.json
41 lines (41 loc) · 887 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": "ng-showdown",
"description": "Official Showdown integration with AngularJS",
"homepage": "https://github.com/showdownjs/ng-showdown",
"authors": [
"Estevão Santos (https://github.com/tivie)",
"SyntaxRules (https://github.com/SyntaxRules)"
],
"main": [
"dist/ng-showdown.js"
],
"ignore": [
".*",
"Gruntfile.js",
"package.json",
"karma.conf.js",
"src",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/ng-showdown.git"
},
"dependencies": {
"showdown": "^1.9.0",
"angular": "^1.7.5",
"angular-sanitize": "^1.7.5"
},
"keywords": [
"markdown",
"showdown",
"ng-showdown",
"md",
"mdown",
"angular"
],
"license": "https://github.com/showdownjs/ng-showdown/blob/master/license.txt",
"devDependencies": {
"angular-mocks": "^1.7.5"
}
}