forked from sliptree/bootstrap-tokenfield
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
48 lines (48 loc) · 977 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bootstrap-tokenfield",
"description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support.",
"version": "0.12.1",
"authors": [
{
"name": "ragulka",
"homepage": "https://github.com/ragulka"
},
{
"name": "sliptree",
"homepage": "https://github.com/sliptree"
}
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"doc-assets",
"test",
"tests"
],
"homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
"main": [
"dist/bootstrap-tokenfield.js",
"dist/css/bootstrap-tokenfield.css"
],
"keywords": [
"jquery",
"javascript",
"bootstrap",
"tokenfield",
"tags",
"token",
"input",
"select",
"form"
],
"dependencies": {
"jquery": "~2.1.4",
"bootstrap": "~3.3.5"
},
"devDependecies": {
"mocha": "~1.12.*",
"chai": "~1.7.*",
"typeahead.js": "~0.10.1"
}
}