metrojs
Version:
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
61 lines • 1.59 kB
JSON
{
"name": "metrojs",
"title": "Metro JS",
"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.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"metro",
"transform3d",
"live-tile",
"modern-ui",
"flat-ui"
],
"version": "0.9.77",
"author": {
"name": "Drew Greenwell",
"url": "http://www.drewgreenwell.com"
},
"maintainers": [
{
"name": "Drew Greenwell",
"email": "drewgreenwell@hotmail.com",
"url": "http://www.drewgreenwell.com"
}
],
"main": "release/MetroJs.Full/MetroJs.js",
"repository": {
"type": "git",
"url": "git://github.com/drewgreenwell/MetroJS.git"
},
"bugs": {
"url": "http://www.drewgreenwell.com/projects/metrojs#haveYourSay"
},
"ignore": [
"**/.*",
"src",
"node_modules",
"bower_components",
"test",
"tests",
"metrojs.jquery.json",
"bower.json"
],
"dependencies": {
"jquery": ">=1.3.2"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/drewgreenwell/MetroJs/issues",
"homepage": "http://www.drewgreenwell.com/projects/metrojs",
"repository": "http://www.drewgreenwell.com/projects/metrojs",
"docs": "http://www.drewgreenwell.com/projects/metrojs",
"download": "http://www.drewgreenwell.com/projects/metrojs#download",
"dependencies": {
"jquery": ">=1.3.2"
}
}