-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.5 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.5 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"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"
}
}