forked from yaru22/angular-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (36 loc) · 793 Bytes
/
bower.json
File metadata and controls
37 lines (36 loc) · 793 Bytes
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
{
"name": "tink-md-angular",
"description": "Angular directive to render Markdown text. It's built on blazingly fast markdown parser 'marked'.",
"version": "1.1.1",
"license": "MIT",
"homepage": "https://github.com/tinkkit/tink-md-angular",
"repository": {
"type": "git",
"url": "git://github.com/tinkkit/tink-md-angular.git"
},
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".gittrack",
".jshintrc",
"demo/",
"Gruntfile.js",
"karma-unit.conf.js",
"package.json",
"src/",
"test/"
],
"dependencies": {
"angular": "~1.4.3",
"angular-mocks": "~1.4.3",
"marked": "~0.3.3"
},
"devDependencies": {
"chai": "1.9.0",
"jquery": "~2.1.3"
},
"main": [
"dist/tink-md-angular.js"
]
}