-
Notifications
You must be signed in to change notification settings - Fork 26
/
bower.json
49 lines (49 loc) · 1.02 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
{
"name": "cardboard",
"version": "2.1.0",
"homepage": "https://github.com/virtual-dev/cardboard",
"authors": [
"virtual-dev"
],
"description": "The default New Tab is not Google enough ? Try Cardboard, Now with more Material Design (plus nifty features)",
"main": "index.html",
"keywords": [
"google",
"chrome",
"new",
"tab",
"page",
"material",
"design",
"md",
"now",
"card",
"board",
"cardboard"
],
"private": true,
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.6.5",
"angular-route": "~1.6.5",
"bluebird": "~2.9.34",
"angular-packery": "~1.0.4",
"materialize": "~0.99.0",
"moment": "~2.18.1",
"angular-animate": "~1.6.5",
"chrome-platform-analytics": "~1.3.0",
"ng-chrome-permissions": "virtual-dev/ng-chrome-permissions",
"packery": "^2.1.1",
"draggabilly": "^2.1.1"
},
"resolutions": {
"angular": "1.6.5"
}
}