-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgetCSS.jquery.json
34 lines (34 loc) · 935 Bytes
/
getCSS.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
{
"name": "getCSS",
"title": "jQuery getCSS",
"description": "jQuery plugin for dynamically loading of external css files.",
"keywords": [
"css",
"load"
],
"version": "0.0.2",
"author": {
"name": "intesso",
"url": "https://github.com/intesso"
},
"maintainers": [
{
"name": "Andi Neck",
"email": "[email protected]",
"url": "https://github.com/andi-neck"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/intesso/jquery-getCSS/blob/master/LICENSE"
}
],
"bugs": "https://github.com/intesso/jquery-getCSS/issues",
"homepage": "https://github.com/intesso/jquery-getCSS",
"docs": "https://github.com/intesso/jquery-getCSS",
"download": "https://github.com/intesso/jquery-getCSS",
"dependencies": {
"jquery": ">=1.5"
}
}