forked from kswedberg/jquery-fancyletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 KB
/
package.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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "jquery-fancyletter",
"version": "1.1",
"description": "jQuery Fancy Letter. Style the first letter of any element while keeping the HTML markup clean and readable by both human and machine.",
"url": "http://plugins.learningjquery.com/fancyletter/",
"keywords": [ "first-letter", "drop cap" ],
"maintainers": [
{
"name": "Karl Swedberg",
"web": "http://www.learningjquery.com/"
}
],
"contributors": [
{
"name": "Karl Swedberg",
"web": "http://www.learningjquery.com/"
},
{
"name": "Matt Wiebe",
"web": "http://somadesign.ca/"
}
],
"bugs": {
"web": "http://github.com/kswedberg/jquery-fancyletter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://plugins.learningjquery.com/license/mit"
},
{
"type": "GPLv2",
"url": "http://plugins.learningjquery.com/license/gpl"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/kswedberg/jquery-fancyletter.git"
}
],
"dependencies": {
"jquery": [ "1.2.6", "1.3.2", "1.4.0","1.4.1", "1.4.2", "1.4.3", "1.4.4", "1.5.0" ]
}
}