-
-
Notifications
You must be signed in to change notification settings - Fork 455
/
printThis.jquery.json
33 lines (33 loc) · 972 Bytes
/
printThis.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": "printThis",
"version": "1.15.1",
"title": "printThis",
"description": "Printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery.",
"author": {
"name": "Jason Day",
"email": "[email protected]",
"url": "https://github.com/jasonday"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jasonday/printThis"
}
],
"dependencies": {
"jquery": ">=1.6"
},
"keywords": ["print", "printing"],
"homepage": "https://github.com/jasonday/printThis",
"docs": "https://github.com/jasonday/printThis",
"demo": "https://github.com/jasonday/printThis",
"bugs": "https://github.com/jasonday/printThis/issues",
"download": "https://github.com/jasonday/printThis",
"maintainers": [
{
"name": "Jason Day",
"email": "[email protected]",
"url": "https://github.com/jasonday"
}
]
}