PrintArea.jquery.json 518 B

123456789101112131415
  1. {
  2. "name": "PrintArea",
  3. "title": "PrintArea",
  4. "description": "Prints a specific area of the page. Using json settings, the printed area is either opened in a popup or in a hidden iframe. Minimal setup and easy to use. See the demo for examples and usage of the options.",
  5. "keywords": ["print", "printing"],
  6. "version": "2.4.0",
  7. "author": { "name": "Chris Ritschard" },
  8. "licenses": [
  9. {
  10. "type": "MIT",
  11. "url": "http://www.opensource.org/licenses/mit-license.php"
  12. }
  13. ],
  14. "dependencies": { "jquery": ">=1.9" }
  15. }