Skip to content

Commit 8ecd2be

Browse files
committed
Setup bower
1 parent 2d7b878 commit 8ecd2be

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "angular-sticky-navigation-directive",
3+
"version": "0.0.1",
4+
"homepage": "https://github.com/ng-milk/angular-sticky-navigation-directive",
5+
"authors": [
6+
"Dan Mindru <mindrudan@gmail.com>"
7+
],
8+
"description": "Angular directive to make a sticky element, read more on https://ngmilk.rocks/2015/04/09/angularjs-sticky-navigation-directive/",
9+
"main": "ng-sticky.js",
10+
"keywords": [
11+
"angular",
12+
"angularjs",
13+
"directive",
14+
"sticky",
15+
"navigation"
16+
],
17+
"license": "MIT",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"lib",
23+
"test",
24+
"tests"
25+
]
26+
}

0 commit comments

Comments
 (0)