-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
47 lines (47 loc) · 905 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
45
46
47
{
"name": "fuel2&3-mixed",
"description": "Fuelux v2 and v3 cohabitation",
"version": "0.1.0",
"keywords": [
"application",
"bootstrap",
"controls",
"css",
"exacttarget",
"front-end",
"fuelux",
"fuel ux",
"js",
"salesforce",
"user interface",
"web"
],
"dependencies": {
"jquery": "latest",
"requirejs": "2.x",
"bootstrap": "3.x",
"bootstrap-2.3.2": "bootstrap#2.3.2",
"moment": "2.x",
"fuelux": "3.x",
"fuelux-2.6.4": "fuelux#2.6.4",
"tree": "https://raw.githubusercontent.com/dwaltz/fuelux/prototype-hack/js/tree.js"
},
"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"
}