forked from olton/Metro-UI-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1018 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
{
"author": "Sergey Pimenov",
"name": "metro",
"description": "The front-end framework for developing responsive, mobile projects on the web in Windows Metro Style.",
"keywords": [
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://metroui.org.ua",
"repository": {
"type": "git",
"url": "git://github.com:olton/Metro-UI-CSS.git"
},
"main": [
"build/css/metro.css",
"build/css/metro-icons.css",
"build/css/metro-rtl.css",
"build/css/metro-responsive.css",
"build/css/metro-schemes.css",
"build/fonts/metro.eot",
"build/fonts/metro.svg",
"build/fonts/metro.ttf",
"build/fonts/metro.woff",
"build/js/metro.js"
],
"ignore": [
"node_modules",
"bower_components",
"docs",
"test"
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}