-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 974 Bytes
/
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
{
"name": "exdent",
"title": "jQuery.exdent",
"description": "A small jQuery plugin to enable hanging punctuation, an advanced typographic feature.",
"keywords": [
"typography",
"hanging-punctuation",
"helper",
"jquery-plugin",
"ecosystem:jquery"
],
"version": "1.1.0",
"author": {
"name": "Manuel Strehl",
"email": "[email protected]",
"url": "http://www.manuel-strehl.de/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Boldewyn/jQuery.exdent/blob/master/LICENSE.MIT"
},
{
"type": "GPL",
"url": "https://github.com/Boldewyn/jQuery.exdent/blob/master/LICENSE.GPL"
}
],
"bugs": "https://github.com/Boldewyn/jQuery.exdent/issues",
"homepage": "http://boldewyn.github.io/jQuery.exdent/",
"repository": "https://github.com/Boldewyn/jQuery.exdent.git",
"demo": "http://boldewyn.github.com/jQuery.exdent/demo.html",
"dependencies": {
"jquery": ">=1.5"
}
}