-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcolumn.jquery.json
36 lines (36 loc) · 956 Bytes
/
column.jquery.json
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": "column",
"version": "1.0.1",
"title": "Vanderlee Column",
"description": "Emulate CSS3 style column on browsers that don't support it.",
"author": {
"name": "Martijn van der Lee",
"url": "https://github.com/vanderlee/column",
"email": "martijn@vanderlee.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/vanderlee/column.git"
},
"dependencies": {
"jquery": ">=1.4.0"
},
"homepage": "https://github.com/vanderlee/column",
"demo": "http://vanderlee.github.com/column/",
"download":"https://github.com/vanderlee/column",
"bugs": "https://github.com/vanderlee/column/issues",
"maintainers": [
{
"name": "Martijn van der Lee",
"url": "https://github.com/vanderlee/column",
"email": "martijn@vanderlee.com"
}
],
"keywords": ["column", "css", "css3", "polyfill"]
}