-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 786 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 786 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
{
"name": "devoxx-2014-frontend",
"description": "Frontend application for Devoxx 2014",
"version": "0.0.1",
"main": "./src/javascripts/main.js",
"private": true,
"license": "private",
"dependencies": {
"less": ">= 1.6.3",
"bootstrap": "3.0.0",
"jquery": ">= 2.1",
"requirejs": "~2.1.8",
"requirejs-text": "~2.0.10",
"requirejs-i18n": "~2.0.4",
"requirejs-tpl": "https://github.com/jfparadis/requirejs-tpl.git",
"backbone.marionette": "~1.5.1"
},
"ignore": [
"bower_components",
"node_modules",
"test",
".*",
"README*",
"bower.json",
"karma.conf.js",
"livereload.js",
"Gruntfile.js",
"package.json"
]
}