forked from mdbootstrap/bootstrap-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
24 lines (24 loc) · 832 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
{
"name": "bootstrap-tagsinput",
"version": "0.7.2",
"homepage": "https://github.com/TimSchlechter/bootstrap-tagsinput",
"authors": ["Tim Schlechter", "Luckner Jr Jean-Baptiste"],
"description": "jQuery plugin providing a Twitter Bootstrap user interface for managing tags, adapted for BootsFaces.",
"main": ["dist/bootstrap-tagsinput.js", "dist/bootstrap-tagsinput.css"],
"keywords": ["tags", "bootstrap", "input", "select", "form"],
"license": "MIT",
"ignore": ["**/.*", "node_modules", "bower_components", "lib", "test"],
"dependencies": {
"jquery": "~2.1.1"
},
"devDependencies": {
"bootstrap-3": "bootstrap#~3.2.0",
"bootstrap-2.3.2": "bootstrap#~2.3.2",
"angular": "~1.2.21",
"typeahead.js": "~0.10.4",
"jasmine": "~2.0.1"
},
"resolutions": {
"jquery": ">= 1.9.0"
}
}