-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.04 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
{
"name": "Stunning Octo Invention",
"description": "Submission for the Sky Betting & Gaming Technical Test.",
"main": "",
"authors": [
"Darren Taylor"
],
"license": "ISC",
"keywords": [
"sky",
"test"
],
"homepage": "https://github.com/dtisgodsson/stunning-octo-invention",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Materialize": "materialize#^0.97.6",
"jquery": "^2.2.3",
"angular": "1.4.x",
"angular-route": "1.4.x",
"notie": "^3.2.0"
},
"install": {
"base": "assets/lib",
"sources": {
"Materialize": [
"bower_components/Materialize/dist/js/**",
"bower_components/Materialize/dist/css/**",
"bower_components/Materialize/dist/fonts/**"
]
},
"path": {
"js": "{name}/js",
"css": "{name}/css",
"eot": "{name}/fonts",
"svg": "{name}/fonts",
"ttf": "{name}/fonts",
"woff": "{name}/fonts",
"woff2": "{name}/fonts"
}
}
}