-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.04 KB
/
bower.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
{
"name": "theme",
"version": "0.0.4",
"homepage": "https://github.com/packadic/ghpages-theme",
"authors": [
"robinradic <robin@radic.nl>"
],
"description": "packadic github user pages theme",
"moduleType": [
"amd",
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/assets/vendor",
"test",
"tests"
],
"dependencies": {
"bootstrap-sass-official": "~3.3.3",
"cryptojslib": "~3.1.2",
"font-awesome": "~4.3.0",
"jquery-migrate": "~1.2.1",
"jquery-ui": "~1.11.2",
"jquery.uniform": "~2.1.2",
"jquery": "1.11.0",
"sass-material-colors": "~0.0.5",
"respond": "~1.4.2",
"excanvas": "*",
"moment": "~2.9.0",
"lodash": "~3.0.0",
"modernizr": "~2.8.3",
"toastr": "~2.1.0",
"bootbox": "~4.3.0",
"flexnav": "~1.3.3",
"metisMenu": "~1.1.3",
"twbuttons": "~0.0.3",
"eventemitter2": "~0.4.14",
"handlebars": "~2.0.0",
"async": "~0.9.2",
"share-button": "~0.5.0"
}
}