-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
41 lines (41 loc) · 1 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
{
"name": "metrojs",
"version": "0.9.77",
"homepage": "http://www.drewgreenwell.com/projects/metrojs",
"authors": [
"Drew Greenwell <[email protected]>"
],
"description": "Metro JS is a plugin to help make Metro ( also known as flat or modern ) interfaces on the web. Example features include Live Tiles that can fade, flip, slide at custom points or in a carousel. Theme and accent colors are supported along with custom tile layouts and fixed position application bars.",
"main": "release/MetroJs.Full/MetroJs.js",
"repository": {
"type": "git",
"url": "git://github.com/drewgreenwell/MetroJS.git"
},
"keywords": [
"jquery-plugin",
"metro",
"flat",
"flat-ui",
"modern-ui",
"transform3d"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"ignore": [
"/.*",
"src",
"node_modules",
"bower_components",
"test",
"tests",
"metrojs.jquery.json",
"package.json"
],
"dependencies": {
"jquery": ">=1.3.2"
}
}