-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathbower.json
34 lines (34 loc) · 836 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
{
"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",
"es5-shim": "~2.1.0",
"angular-sanitize": "1.2.6",
"yui": "^3.18.1"
},
"devDependencies": {
"bootstrap": "~3.1.0",
"angular-route": "1.2.6",
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6",
"Font-Awesome": "*",
"jquery": "~1.10.2",
"json3": "~3.2.6"
},
"main": [
"./app/angular-feeds/angular-feeds.min.js",
"./app/angular-feeds/angular-feeds.min.css"
],
"ignore": [
"./node_modules/",
"./app/bower_components/"
]
}