-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 1.02 KB
/
bower.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "freetile",
"version": "0.3.1",
"homepage": "https://github.com/yconst/Freetile",
"authors": [
"Yannis Chatzikonstantinou"
],
"description": "Freetile is a plugin for jQuery that enables the organization of webpage content in an efficient, dynamic and responsive layout. It can be applied to a container element and it will attempt to arrange it's children in a layout that makes optimal use of screen space, by \"packing\" them in a tight arrangement. Freetile has been the layout engine behind Assemblage and Assemblage Plus for almost two years, and now it becomes available as an independent Open Source project.",
"main": "jquery.freetile.js",
"moduleType": [
"amd",
"globals",
"node"
],
"dependencies": {
"jquery": ">=1.10.1"
},
"keywords": [
"freetile",
"jquery",
"masonry",
"vgrid",
"wookmark",
"grid",
"column"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
]
}