-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 710 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 710 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
35
36
37
38
39
{
"name": "angular-sticky",
"version": "0.5.0",
"author": "Harm van der Werf",
"keywords": [
"angular",
"sticky",
"stick",
"sidebar",
"fixed",
"scrolling",
"scroll",
"directive",
"service"
],
"main": [
"dist/angular-sticky.js"
],
"ignore": [
"/.*",
"Gruntfile.js",
"karma.conf.js",
"demo/less",
"tests"
],
"dependencies": {
"angular": "~1.4.0"
},
"devDependencies": {
"underscore": "~1.8.3",
"jquery": "~2.0.3",
"bootstrap": "~3.3.6",
"angular-mocks": "~1.4.4",
"angular-bootstrap": "~1.1.2",
"angular-ui-router": "~0.2.18",
"google-code-prettify": "1.0.1",
"ngSmoothScroll": "2.0.0"
}
}