-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 925 Bytes
/
bower.json
File metadata and controls
48 lines (48 loc) · 925 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Hackday",
"version": "0.0.0",
"authors": [
"Max Andreola <Max.Andreola@sabre.com",
"Vance Weintraub <Vance.Weintraub@sabre.com"
],
"description": "Sabre Hackday (Summer 2014)",
"repository": {
"type": "git",
"url": "git://github.com/Kingside/Hackday.git"
},
"main": "index.html",
"moduleType": [
"amd"
],
"keywords": [
"Sabre",
"Hackday",
"TripCase"
],
"license": "MIT",
"homepage": "tripcase.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/lib",
"vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "*",
"underscore": "*",
"backbone": "*",
"requirejs": "*",
"handlebars": "*",
"modernizr": "*",
"iscroll": "*",
"moment": "*",
"requirejs-domready": "*",
"requirejs-text": "*",
"almond": "*",
"backbone.hammer.js": "~0.2.0"
}
}