forked from yakworks/angle-grinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
108 lines (108 loc) · 2.43 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "angle-grinder",
"version": "0.0.0",
"dependencies": {
"jqgrid": "basejump/jqGrid#v4.4.4-tweaks",
"jquery": "2.1.1",
"bootstrap": "2.3.2",
"bootstrapx-clickover": "git://github.com/lecar-red/bootstrapx-clickover.git",
"jquery-ui-bootstrap": "./components/third-party/jquery-ui-bootstrap",
"select2": "~3.4.8",
"select2-bootstrap-css": "~1.2.0",
"font-awesome": "~3.2.1",
"angular": "1.2.22",
"angular-animate": "1.2.22",
"angular-route": "1.2.22",
"angular-resource": "1.2.22",
"angular-sanitize": "1.2.22",
"angular-ui-select2": "~0.0.5",
"angular-bootstrap": "0.11.2",
"angular-strap": "0.7.8",
"modernizr": "~2.8.2",
"jquery-file-upload": "9.5.4",
"blueimp-load-image": "~1.11.0",
"google-code-prettify": "1.0.1",
"bower-angular-placeholders": "0.0.2",
"later": "*",
"moment": "2.7.0",
"angular-xeditable": "~0.1.8",
"lodash": "~2.4.1"
},
"devDependencies": {
"angular-mocks": "1.2.22"
},
"exportsOverride": {
"jquery": {
"js": "dist/jquery.js"
},
"angular-ui": {
"js": "build/angular-ui.js",
"css": "build/angular-ui.css"
},
"angular-strap": {
"/": [
"src/common.js"
],
"directives": [
"src/directives/popover.js"
]
},
"bootstrap": {
"img": "img/*.png",
"js": "js/*.js",
"less": "less/*.less"
},
"bootstrap-select": {
"js": "bootstrap-select.js",
"css": "bootstrap-select.css"
},
"bootstrap-clickover": {
"js": "js/bootstrap-clickover.js"
},
"font-awesome": {
"css": [
"css/font-awesome.css",
"css/font-awesome-ie7.css"
],
"font": [
"font/*"
]
},
"jqgrid": {
"js": "js/*.js",
"js/i18n": "js/i18n/*.js",
"js/plugins": "plugins/*.js",
"css": "css/**/*.css",
"css/plugins": "plugins/*.css"
},
"select2-bootstrap-css": {
"css": "select2-bootstrap.css"
},
"google-code-prettify": {
"/": [
"./src/prettify.js",
"./src/prettify.css"
]
},
"sinon": {
"/": "lib/**/*.js"
},
"later": {
"/": "later.js"
},
"*": {
"js": "**/*.js",
"css": "**/*.css",
"img": [
"**/*.jpg",
"**/*.png",
"**/*.gif"
]
}
},
"resolutions": {
"jquery": "2.1.1",
"angular": "1.2.22",
"bootstrap": "2.3.2"
}
}