forked from intesso/jquery-getCSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetCSS.json
More file actions
33 lines (33 loc) · 890 Bytes
/
getCSS.json
File metadata and controls
33 lines (33 loc) · 890 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
33
{
"name": "getCSS",
"title": "getCSS",
"description": "Cross browser function for dynamic loading of external CSS files.",
"keywords": [
"css",
"load",
"get"
],
"version": "0.1",
"author": {
"name": "Matko Jun",
"url": "https://github.com/mjun"
},
"maintainers": [
{
"name": "Matko Jun",
"email": "matko.jun@gmail.com",
"url": "https://github.com/mjun"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/mjun/jquery-getCSS/blob/master/LICENSE"
}
],
"bugs": "https://github.com/mjun/jquery-getCSS/issues",
"homepage": "https://github.com/mjun/jquery-getCSS",
"docs": "https://github.com/mjun/jquery-getCSS",
"download": "https://github.com/mjun/jquery-getCSS",
"dependencies": {}
}