forked from siddii/angular-feeds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 782 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
{
"author": "Siddique Hameed",
"name": "angular-feeds",
"version": "0.0.4",
"homepage": "https://github.com/siddii/angular-feeds",
"description": "AngularJS module for Atom, RSS & media feeds",
"repository": {
"type": "git",
"url": "git://github.com/siddii/angular-feeds.git"
},
"dependencies": {
"angular": "1.2.6",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"bootstrap": "~3.1.0",
"angular-sanitize": "1.2.6",
"angular-route": "1.2.6"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6",
"Font-Awesome": "*"
},
"main": ["./app/angular-feeds/angular-feeds.js", "./app/angular-feeds/angular-feeds.css"],
"ignore": ["./node_modules/", "./app/bower_components/"]
}