forked from d-oliveros/ngSticky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 735 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 735 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": "ngSticky",
"version": "1.9.0",
"homepage": "https://github.com/d-oliveros/ngSticky",
"authors": [
"David Oliveros <dato.oliveros@gmail.com>",
"Jimmy Grand <grand.jimmy1@gmail.com>"
],
"description": "A simple, pure javascript (No jQuery required!) AngularJS directive to make elements stick when scrolling down.",
"main": "lib/sticky.js",
"dependencies": {
"angular": "^1.2.0",
"matchmedia": "~0.2.0"
},
"keywords": [
"angularjs",
"angular",
"sticky",
"fixed",
"position",
"angular sticky",
"stick windows",
"stick",
"layout"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}