-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
53 lines (53 loc) · 1.18 KB
/
.bower.json
File metadata and controls
53 lines (53 loc) · 1.18 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ionic-scroll-sista",
"version": "1.0.7",
"description": "An Ionic plugin that will push your headers and tabs away while scrolling to free up more space",
"author": "Devin Jett <[email protected]> (https://github.com/djett41)",
"main": [
"dist/ionic.scroll.sista.js"
],
"repository": {
"type": "git",
"url": "https://github.com/djett41/ionic-scroll-sista.git"
},
"ignore": [
"demo",
"js",
"test",
".gitignore",
"gulpfile.js",
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {},
"devDependencies": {
"ionic": "^1.0.0-rc.0",
"angular-mocks": "1.4.3"
},
"keywords": [
"mobile",
"html5",
"ionic",
"cordova",
"phonegap",
"scroll",
"header",
"shrink",
"tabs",
"angularjs",
"angular"
],
"license": "MIT",
"private": false,
"homepage": "https://github.com/djett41/ionic-scroll-sista",
"_release": "1.0.7",
"_resolution": {
"type": "version",
"tag": "v1.0.7",
"commit": "a5199fc2b4ee1bb73a62a8fa2efcd0e3512000c6"
},
"_source": "git://github.com/djett41/ionic-scroll-sista.git",
"_target": "^1.0.7",
"_originalSource": "ionic-scroll-sista"
}