-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcss3finalize.jquery.json
More file actions
32 lines (32 loc) · 774 Bytes
/
css3finalize.jquery.json
File metadata and controls
32 lines (32 loc) · 774 Bytes
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
{
"name": "css3finalize",
"title": "jQuery CSS3 Finalize",
"description": "Automatically add vendor prefixes.",
"version": "4.1.0",
"bugs": "https://github.com/codler/jQuery-Css3-Finalize/issues",
"docs": "https://github.com/codler/jQuery-Css3-Finalize",
"download": "https://github.com/codler/jQuery-Css3-Finalize",
"homepage": "https://github.com/codler/jQuery-Css3-Finalize",
"demo": "http://jsfiddle.net/Q96Gc/",
"author": {
"name": "Han Lin Yap",
"url": "http://yap.nu/"
},
"dependencies": {
"jquery": ">=1.4.3"
},
"keywords": [
"css",
"css3",
"prefix",
"vendor",
"vendor-prefix",
"style"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/codler/jQuery-Css3-Finalize/blob/master/LICENSE"
}
]
}