-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
30 lines (30 loc) · 834 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
{
"name": "layered",
"description": "A complete rewrite of the Transmission Web Interface with Material Design.",
"main": "index.html",
"authors": [
"Edwin A. (@theroyalstudent)"
],
"license": "CC-BY-SA-3.0",
"keywords": [
"transmission",
"material",
"torrents"
],
"homepage": "https://github.com/theroyalstudent/layered",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"materialize": "^0.98.0",
"bourbon": "^4.3.0",
"unsemantic": "https://github.com/theroyalstudent/unsemantic-100-grid.git",
"materialIcons": "https://google-fonts.azurewebsites.net/googleFonts/GoogleFont-MaterialIcons?family=Material+Icons",
"js-storage": "https://github.com/julien-maurel/js-storage.git#^1.0.2"
}
}