forked from kairyu/tkg
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
83 lines (83 loc) · 1.89 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "tkg",
"version": "0.1.0",
"homepage": "https://github.com/kairyu/tkg",
"authors": [
"Kai Ryu <[email protected]>"
],
"description": "TMK Keymap Generator",
"license": "WTFPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"async": "~1.5.2",
"jquery": "~2.1.3",
"bootstrap": "~3.3.2",
"underscore": "~1.8.2",
"font-awesome": "~4.3.0",
"bootstrap-tagsinput": "~0.4.2",
"bootstrap3-typeahead": "~3.1.0",
"bootstrap-touchspin": "~3.0.1",
"bootstrap-multiselect": "~0.9.10",
"jquery-lang-js": "~2.5.0",
"jquery-cookie": "~1.4.1",
"chardin.js": "~0.1.3"
},
"dependenciesIgnore": {
"async": [
"!**/dist/async.js",
"!**/dist/async.min.js",
"!**/dist/async.min.map"
],
"jquery": [
"!**/dist/jquery.js",
"!**/jquery.min.js",
"!**/jquery.min.map"
],
"bootstrap": [
"!**/bootstrap.min.js",
"!**/bootstrap.min.css",
"!**/dist/fonts/*"
],
"underscore": [
"!**/underscore-min.js",
"!**/underscore-min.map"
],
"font-awesome": [
"!**/font-awesome.min.css",
"!**/fonts/*"
],
"bootstrap-tagsinput": [
"!**/bootstrap-tagsinput.min.js",
"!**/bootstrap-tagsinput.min.js.map",
"!**/bootstrap-tagsinput.css"
],
"bootstrap3-typeahead": [
"!**/bootstrap3-typeahead.min.js"
],
"bootstrap-touchspin": [
"!**/jquery.bootstrap-touchspin.min.js",
"!**/jquery.bootstrap-touchspin.min.css"
],
"bootstrap-multiselect": [
"!**/bootstrap-multiselect.js",
"!**/bootstrap-multiselect.css"
],
"jquery-lang-js": [
"!**/jquery-lang.js"
],
"jquery-cookie": [
"!**/jquery.cookie.js"
],
"chardin.js": [
"!**/chardinjs.min.js",
"!**/chardinjs.css"
]
}
}