forked from ExactTarget/fuelux-mctheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 762 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
43
44
{
"dependencies": {
"jquery": "latest",
"requirejs": "2.x",
"bootstrap": "3.x",
"moment": "2.x",
"fuelux": "3.15.11",
"require-handlebars-plugin": "~1.0.0"
},
"devDependencies": {
"jquery": "latest",
"holderjs": "2.x"
},
"ignore": [
"**/.*",
"_*",
"*.yml",
"/examples",
"Gruntfile.js",
"/icons",
"/img/src",
"/index.css",
"/index.html",
"/index.js",
"/node_modules",
"/Procfile",
"/www"
],
"keywords": [
"fuelux",
"css",
"js",
"less",
"front-end",
"web"
],
"main": [
"dist/css/fuelux-mctheme.css",
"dist/css/fuelux-mctheme.css.map",
"dist/css/fuelux-mctheme.min.css"
],
"name": "fuelux-mctheme",
"version": "1.15.6"
}