-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.3 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "moonrakr",
"version": "0.0.0",
"authors": [
"B. Cedric Cogell <[email protected]>"
],
"description": "Frontend application for the web app project code named 'moonrakr'",
"main": "app/main.js",
"license": "MIT",
"homepage": "avant.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"javascript_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.0.3",
"backbone": "1.1.0",
"handlebars": "1.1.2",
"underscore": "1.5.2",
"marionette": "1.3.0",
"text": "2.0.10",
"backbone.stickit": "0.6.3",
"backbone.localstorage": "1.1.7",
"spinjs": "1.3.2",
"backbone.syphon": "0.4.1",
"backbone.picky": "0.2.0",
"bootbox": "4.1.0",
"jcrop": "0.9.12",
"blueimp-load-image": "1.11.0",
"requirejs": "2.1.9",
"almond": "0.2.7",
"mocha": "1.14.0",
"chai": "1.8.1",
"sinon": "1.7.3",
"sinonjs": "1.7.3",
"foundation": "5.0.2",
"blueimp-canvas-to-blob": "2.1.0",
"backbone-validation": "0.9.0",
"masonry": "3.1.4",
"time-js": "*",
"moment": "2.5.0",
"jquery-fittext.js": "*",
"salvattore": "cdc57510a19c254ada130e3ae2e7353321551d14",
"bourbon": "4.0.0-rc.1",
"slick-carousel": "~1.3.6"
},
"devDependencies": {
}
}