-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 1021 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 1021 Bytes
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
{
"name": "lambda-console",
"version": "0.0.0",
"authors": [
"Alex Ough <alex.ough@sungardas.com>"
],
"license": "MIT",
"private": true,
"directory": "bower_components",
"dependencies": {
"almond": "~0.3.1",
"async": "~1.2.1",
"backbone-amd": "~1.1.0",
"backbone-relational": "~0.9.0",
"backbone.babysitter": "~0.1.8",
"backbone.marionette": "~2.4.2",
"backbone.paginator": "~2.0.2",
"backbone.wreqr": "~1.3.2",
"fastclick": "~1.0.6",
"foundation": "~5.5.2",
"foundation-icon-fonts": "*",
"jQuery-ajaxTransport-XDomainRequest": "git://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest#~1.0.2",
"modernizr": "~2.8.3",
"require-handlebars-plugin": "~0.11.2",
"requirejs": "~2.1.18",
"requirejs-domready": "~2.0.1",
"sails.io.js": "~0.11.6",
"sass-bootstrap": "~3.0.2",
"text": "~2.0.14",
"underscore-amd": "~1.5.2",
"underscore.string": "~3.1.1",
"headerGenerator": "./lib/scripts/headerGenerator.js"
}
}