forked from visionappscz/bootstrap-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.27 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
{
"name": "synergic-ui",
"description": "Synergic UI is a Bootstrap 3 extension for building beautiful web apps user interfaces.",
"version": "0.11.2",
"homepage": "http://ui.synergic.cz",
"authors": [
"http://www.visionapps.cz"
],
"license": "MIT",
"keywords": [
"bootstrap",
"extension",
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"web"
],
"main": [
"./dist/css/synergic-ui.css",
"./dist/css/synergic-ui.min.css",
"./dist/js/synergic-ui.js",
"./dist/js/synergic-ui.min.js",
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff",
"./dist/fonts/glyphicons-halflings-regular.woff2"
],
"ignore": [
"/.*",
"/src/js/tests",
"/src/styleguide",
"/src/less/styleguide.md"
],
"dependencies": {
"bootstrap": "~3.3.6",
"less-modules": "~0.3.0",
"eonasdan-bootstrap-datetimepicker": "~4.14.30",
"select2": "~3.5.2",
"select2-bootstrap-css": "~1.4.1",
"ckeditor": "~4.5.1"
},
"devDependencies": {
"qunit": "~1.15.0",
"sinon": "http://sinonjs.org/releases/sinon-1.15.4.js",
"sinon-qunit": "~2.0.0"
}
}