forked from f0r4y312/jquery-stylesheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 698 Bytes
/
Copy pathbower.json
File metadata and controls
33 lines (33 loc) · 698 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": "jquery-stylesheet",
"version": "0.3.7",
"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"
],
"main": [
"./jquery.stylesheet.js",
"./jquery.stylesheet-animate.js"
],
"dependencies": {
"jquery": ">=1.6.1"
},
"devDependencies": {
"qunit": "~1.11"
},
"ignore": [
"**/.*",
"*.md",
"*.json"
],
"license": "MIT",
"authors": [{
"name": "Vimal Aravindashan",
"email": "vimal.aravindashan@gmail.com"
}],
"homepage": "https://github.com/f0r4y312/jquery-stylesheet"
}