UNPKG

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

42 lines (41 loc) 1.03 kB
{ "name": "metrojs", "version": "0.9.77", "homepage": "http://www.drewgreenwell.com/projects/metrojs", "authors": [ "Drew Greenwell <drewgreenwell@hotmail.com>" ], "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" } }