forked from mailpile/Mailpile
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
42 lines (42 loc) · 969 Bytes
/
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
{
"name": "Mailpile",
"version": "0.1.0",
"homepage": "https://mailpile.is",
"authors": [
"Various"
],
"description": "Front end libraries and dependencies for Mailpile default theme",
"main": "libraries.js",
"license": "Various",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": ">=1.7.0",
"backbone": "~1.1.2",
"backbone-validation": "~0.9.1",
"bootstrap": "~3.3.0",
"d3": "~3.4.3",
"favico.js": "~0.3.5",
"html5shiv": "~3.7.0",
"jquery": "~2.1.0",
"jquery-autosize": "~1.18.6",
"jquery-confirm": "~2.1.1",
"jquery-slugify": "~1.0.3",
"jquery-timer": "*",
"jquery.ui": "~1.10.4",
"less-elements": "master",
"listjs": "~1.1.0",
"mousetrap": "~1.4.6",
"purl": "~2.3.1",
"qtip2": "~2.2.0",
"rebar": "~0.3.0",
"select2": "~3.4.5",
"typeahead.js": "~0.10.5"
}
}