mirror of
https://github.com/wahyd4/jQuery.print.git
synced 2026-08-09 12:56:08 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6364d933ec | ||
|
|
35733cc057 | ||
|
|
3e5ed110d7 |
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "jquery.print",
|
||||
"filename": "jQuery.print.min.js",
|
||||
"version": "1.3.3",
|
||||
"main": "jQuery.print.js",
|
||||
"homepage": "https://doersguild.github.io/jQuery.print/",
|
||||
"authors": [
|
||||
"Sathvik P <sathvik@doersguild.com>"
|
||||
],
|
||||
"description": "Easy to use, Element Printing Plugin for jQuery, for printing specific parts of a page",
|
||||
"keywords": [
|
||||
"print",
|
||||
"element printing",
|
||||
"jquery print"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.2"
|
||||
},
|
||||
"license": "CC-BY",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/DoersGuild/jQuery.print.git"
|
||||
},
|
||||
"autoupdate": {
|
||||
"source": "git",
|
||||
"target": "git://github.com/DoersGuild/jQuery.print.git",
|
||||
"basePath": "",
|
||||
"files": [
|
||||
"jQuery.print*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user