Skip to content

Commit 71115d9

Browse files
committed
Merge pull request loopj#65 from markevich/add_bower_manifest
Add Bower manifest
2 parents 44059aa + 30110d9 commit 71115d9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "jquery-simple-slider",
3+
"version": "1.0.0",
4+
"homepage": "http://loopj.com/jquery-simple-slider/",
5+
"authors": [
6+
{ "name" : "James Smith",
7+
"homepage" : "http://loopj.com/"
8+
}
9+
],
10+
"description": "Unobtrusive Numerical Slider.",
11+
"main": [
12+
"js/simple-slider.js",
13+
"css/simple-slider.css"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"*.json",
18+
"*.md"
19+
],
20+
"dependencies": {
21+
"jquery": "jquery/jquery"
22+
},
23+
"repository" : {
24+
"type" : "git",
25+
"url" : "http://github.com/loopj/jquery-simple-slider.git"
26+
}
27+
}

0 commit comments

Comments
 (0)