-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstylesheet.jquery.json
33 lines (33 loc) · 932 Bytes
/
stylesheet.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
{
"name": "stylesheet",
"version": "0.3.7",
"title": "jQuery StyleSheet",
"author": {
"name": "Vimal Aravindashan",
"email": "vimal.aravindashan@gmail.com"
},
"maintainers": [{
"name": "Darby Chang",
"email": "darby.chang@gmail.com"
}],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.6.1"
},
"description": "jQuery plugin for adding, removing and making changes to CSS rules. Almost similar to the YUI StyleSheet utility.",
"keywords": [
"stylesheet",
"css",
"style",
"rules",
"yui"
],
"homepage": "https://github.com/f0r4y312/jquery-stylesheet",
"download": "https://github.com/f0r4y312/jquery-stylesheet/tags",
"bugs": "https://github.com/f0r4y312/jquery-stylesheet/issues"
}