Skip to content

Commit 0fd0156

Browse files
committed
Add bower.json
1 parent 8015f5b commit 0fd0156

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "angularjs-slider",
3+
"version": "0.1.0",
4+
"homepage": "https://github.com/rzajac/angularjs-slider",
5+
"authors": [
6+
"Rafal Zajac <[email protected]>"
7+
],
8+
"description": "AngularJS slider directive with no dependencies.",
9+
"main": "rzslider.js",
10+
"keywords": [
11+
"angularjs",
12+
"slider"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)