-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 717 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 717 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
{
"name": "ui-comments",
"version": "0.1.2",
"homepage": "https://github.com/caitp/ui-comments",
"authors": [
"Caitlin Potter <snowball@defpixel.com>"
],
"description": "Nested, Reddit-style comments directives for AngularJS",
"keywords": [
"comments",
"reddit",
"nested",
"directive",
"angularjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.8",
"angular-animate": "~1.2.8",
"angular-route": "~1.2.8",
"angular-sanitize": "~1.2.8",
"momentjs": "~2.5.0",
"jquery": "~1.10.1",
"bootstrap": "~3.0.3",
"font-awesome": "~4.0.3"
}
}