Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit fe5ad94

Browse files
committed
Added bower.json and fix CS
1 parent aefac0b commit fe5ad94

File tree

2 files changed

+102
-76
lines changed

2 files changed

+102
-76
lines changed

bower.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name" : "jquery-tokeninput",
3+
"version" : "1.6.2",
4+
"description" : "Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item.",
5+
"main" : [ "./src/jquery.tokeninput.js", "./styles/token-input.css" ],
6+
"homepage" : "http://loopj.com/jquery-tokeninput",
7+
"dependencies" : {
8+
"jquery" : ">= 1.5.x"
9+
},
10+
"keywords" : [
11+
"tokeninput",
12+
"input",
13+
"autocomplete"
14+
],
15+
"author" : {
16+
"name" : "James Smith",
17+
"web" : "http://loopj.com"
18+
},
19+
"license": [
20+
"http://www.opensource.org/licenses/mit-license.php",
21+
"http://www.opensource.org/licenses/gpl-license.php"
22+
]
23+
}

0 commit comments

Comments
 (0)