-
Notifications
You must be signed in to change notification settings - Fork 1k
/
bower.json
41 lines (41 loc) · 940 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
{
"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",
"bootstrap": "~3.3.0",
"favico.js": "~0.3.5",
"html5shiv": "~3.7.0",
"jquery": "~2.1",
"autosize": "~3.0.14",
"jquery-confirm": "~2.1.1",
"jquery-slugify": "~1.0.3",
"jquery-timer": "*",
"jquery.ui": "~1.10",
"less-elements-old": "~1.0",
"mousetrap": "~1.6.0",
"moxie": "~1.3.4",
"plupload": "~2.1.2",
"qtip2": "~2.1.1",
"rebar": "~0.3.2",
"select2": "3.5.4",
"typeahead.js": "~0.10.5",
"jqueryui-touch-punch": "*",
"dompurify": "~1.0.11"
}
}