-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
37 lines (37 loc) · 1.26 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
{
"name":"hackathon",
"version":"1.0.0",
"authors":[
"Kira Cheung <[email protected]>"
],
"license":"MIT",
"private":true,
"ignore":[
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies":{
"backbone-1.1.2":"backbone#1.1.2",
"backbone-associations-0.6.2":"backbone-associations#0.6.2",
"blueimp-canvas-to-blob-2.1.1":"blueimp-canvas-to-blob#2.1.1",
"blueimp-load-image-1.13.0":"blueimp-load-image#1.13.0",
"bootstrap-3.2.0":"bootstrap#3.2.0",
"font-awesome-4.2.0":"font-awesome#4.2.0",
"jquery-1.8.3":"jquery#1.8.3",
"jquery-ui-1.10.3":"jquery-ui#1.10.3",
"jquery-file-upload-9.8.0":"jquery-file-upload#9.8.0",
"jquery-form-3.46.0":"jquery-form#3.46.0",
"jquery-validation-1.13.0":"jquery-validation#1.13.0",
"jquery-cookie-1.4.1":"jquery-cookie#1.4.1",
"knockout-3.2.0":"knockout#3.2.0",
"knockback-0.20.4":"knockback#0.20.4",
"moment-2.4.0":"moment#2.4.0",
"modernizr-2.8.3":"modernizr#2.8.3",
"pnotify-1.3.1":"pnotify#1.3.1",
"underscore-1.7.0":"underscore#1.7.0",
"underscore.string-2.3.3":"underscore.string#2.3.3"
}
}