forked from dragonofmercy/Tokenize2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 1.02 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "tokenize2",
"version": "1.1",
"description": "Query Tokenize2 is a plugin which allows your users to select multiple items from a predefined list or ajax, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook or tags on tumblr.",
"author": "David Zeller <me@zellerda.com>",
"homepage": "http://zellerda.github.io/Tokenize2",
"bugs": {
"url": "https://github.com/zellerda/Tokenize2/issues"
},
"main": [
"/dist/tokenize2.min.js",
"/dist/tokenize2.min.css"
],
"repository": {
"type": "git",
"url": "https://github.com/zellerda/Tokenize2.git"
},
"ignore": [
".gitattribute",
"demo"
],
"keywords": [
"tokenizer",
"tokeniser",
"tokenize",
"tokenise",
"tags",
"taggify",
"keywords"
],
"license": "BSD",
"dependencies": {
"jquery": "2"
}
}