forked from vonKristoff/Shards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshards.jquery.json
More file actions
28 lines (28 loc) · 787 Bytes
/
shards.jquery.json
File metadata and controls
28 lines (28 loc) · 787 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
{
"name": "shards",
"title": "SHARDS - Beautiful CSS3 gradient generator",
"description": "a jQuery plugin that creates a multi-coloured, multi-layered gradient effect on any DOM element",
"keywords": [
"css3",
"linear-gradient",
"effect",
"jquery"
],
"version": "1.1.3",
"author": {
"name": "vonKristoff",
"url": "http://atomicircus.org"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "http://bite-software.co.uk/shards",
"docs": "https://github.com/vonKristoff/Shards",
"download": "https://github.com/vonKristoff/Shards/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}