forked from freefri/angular-pull-to-refresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 799 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
{
"name": "angular-pull-to-refresh",
"version": "0.3.2",
"description": "angular-pull-to-refresh",
"keywords": [
"angular"
],
"homepage": "https://github.com/mgcrea/angular-pull-to-refresh",
"bugs": "https://github.com/mgcrea/angular-pull-to-refresh/issues",
"author": {
"name": "Olivier Louvignes",
"email": "[email protected]",
"url": "https://github.com/mgcrea"
},
"repository": {
"type": "git",
"url": "https://github.com/mgcrea/angular-pull-to-refresh.git"
},
"licenses": [
{
"type": "MIT"
}
],
"main": [
"dist/angular-pull-to-refresh.min.js",
"dist/angular-pull-to-refresh.min.css"
],
"dependencies": {},
"devDependencies": {
"angular": "~1.2.0",
"angular-mocks": "~1.2.0",
"jquery": "~2.0.3"
}
}