forked from mdbootstrap/bootstrap-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 880 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
{
"name": "bootstrap-tagsinput",
"version": "0.5.0",
"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.",
"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"
}
}