mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "outlayer",
|
|
"version": "1.4.2",
|
|
"description": "the brains and guts of a layout library",
|
|
"main": "outlayer.js",
|
|
"dependencies": {
|
|
"doc-ready": "1.0.x",
|
|
"eventEmitter": ">=4.2 <5",
|
|
"eventie": "~1.0.3",
|
|
"get-size": "~1.2.2",
|
|
"get-style-property": "~1.0.4",
|
|
"matches-selector": "~1.0.2",
|
|
"fizzy-ui-utils": "~1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jquery-bridget": "1.x",
|
|
"jquery": ">=1.4.3 <2",
|
|
"qunit": "^1.12.0"
|
|
},
|
|
"ignore": [
|
|
"test/",
|
|
"docs/",
|
|
"examples",
|
|
".*",
|
|
"notes.md",
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"package.json"
|
|
],
|
|
"homepage": "https://github.com/metafizzy/outlayer",
|
|
"authors": [
|
|
"Metafizzy"
|
|
],
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"layout",
|
|
"masonry",
|
|
"isotope"
|
|
],
|
|
"license": "MIT",
|
|
"_release": "1.4.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.4.2",
|
|
"commit": "c2d5e67fa6b4e716591ac11fa2d27494bdfc1733"
|
|
},
|
|
"_source": "git://github.com/metafizzy/outlayer.git",
|
|
"_target": "~1.4.0",
|
|
"_originalSource": "outlayer"
|
|
} |