forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.04 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
{
"name": "fuelux",
"description": "Extending Bootstrap with additional lightweight JavaScript controls.",
"keywords": [
"application",
"bootstrap",
"controls",
"css",
"exacttarget",
"front-end",
"fuelux",
"fuel ux",
"js",
"salesforce",
"user interface",
"web"
],
"homepage": "http://getfuelux.com",
"dependencies": {
"jquery": "latest",
"requirejs": "2.x",
"bootstrap": "3.x",
"moment": "^2.10.6"
},
"devDependencies": {
"jquery": null,
"jquery-1.9.1": "jquery#1.9.1",
"qunit": "2.3.0",
"requirejs-text": "2.x",
"underscore": "1.x",
"blanket": "1.x",
"require-handlebars-plugin": "~1.0.0"
},
"ignore": [
"**/.*",
"_*",
"*.yml",
"BACKLOG.md",
"data.js",
"dev",
"devserver.js",
"dist/fuelux.zip",
"Gruntfile.js",
"index.css",
"index.html",
"index.js",
"node_modules",
"Procfile",
"test"
],
"license": "BSD-3-Clause",
"main": [
"dist/css/fuelux.css",
"dist/js/fuelux.js"
]
}