Skip to content

Commit e973b37

Browse files
committed
Add bower.json
1 parent ce5bc33 commit e973b37

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
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-searchable",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/stidges/jquery-searchable",
5+
"authors": [
6+
"Stidges <[email protected]>"
7+
],
8+
"description": "Tiny, fast jQuery plugin to search through elements as you type.",
9+
"main": [
10+
"dist/jquery.searchable-1.0.0.min.js",
11+
"jquery.searchable.js"
12+
],
13+
"keywords": [
14+
"jquery",
15+
"javascript",
16+
"search",
17+
"searchable"
18+
],
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"node_modules"
23+
],
24+
"dependencies": {
25+
"jquery": ">= 1.9.0"
26+
}
27+
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
"version": "1.0.0",
55
"description": "Tiny, fast jQuery plugin to search through elements as you type.",
66
"main": "jquery.searchable.js",
7-
"private": true,
87
"scripts": {},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/stidges/jquery-searchable.git"
11+
},
912
"keywords": [
1013
"javascript",
1114
"jquery",

0 commit comments

Comments
 (0)