forked from xavierdutreilh/angular-scrolltofixed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 757 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 757 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
{
"name": "angular-scrolltofixed",
"description": "An AngularJS directive for ScrollToFixed",
"version": "1.0.0",
"homepage": "https://github.com/xavierdutreilh/angular-scrolltofixed",
"authors": [
{
"name": "Xavier Dutreilh",
"email": "xavier@dutreilh.com",
"url": "http://xavier.dutreilh.com/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/xavierdutreilh/angular-scrolltofixed.git"
},
"license": "MIT",
"main": [
"src/scrollToFixed.js"
],
"ignore": [
"/.*",
"examples",
"package.json",
"test"
],
"dependencies": {
"angular": "1.x",
"ScrollToFixed": "~1.0.6"
},
"devDependencies": {
"angular-mocks": "1.x",
"normalize-css": "~7.0.0"
}
}