forked from loopj/jquery-tokeninput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
23 lines (23 loc) · 788 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "jquery-tokeninput",
"version" : "1.6.2",
"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.",
"main" : [ "./src/jquery.tokeninput.js", "./styles/token-input.css" ],
"homepage" : "http://loopj.com/jquery-tokeninput",
"dependencies" : {
"jquery" : ">= 1.5.x"
},
"keywords" : [
"tokeninput",
"input",
"autocomplete"
],
"author" : {
"name" : "James Smith",
"web" : "http://loopj.com"
},
"license": [
"http://www.opensource.org/licenses/mit-license.php",
"http://www.opensource.org/licenses/gpl-license.php"
]
}