-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
40 lines (38 loc) · 844 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
{
"author": {
"name": "Brian Park",
"email": "[email protected]"
},
"name": "angular-md",
"description": "Angular directive to render Markdown text. It's built on blazingly fast markdown parser 'marked'.",
"version": "1.0.0",
"license": "MIT",
"main": "dist/angular-md.min.js",
"homepage": "https://github.com/yaru22/angular-md",
"repository": {
"type": "git",
"url": "git://github.com/yaru22/angular-md.git"
},
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".gittrack",
".jshintrc",
"demo/",
"Gruntfile.js",
"karma-unit.conf.js",
"package.json",
"src/",
"test/"
],
"dependencies": {
"angular": "^1.2.10",
"angular-mocks": "^1.2.10",
"marked": "^0.3.6"
},
"devDependencies": {
"chai": "1.9.0",
"jquery": "2.1.0"
}
}