{
    "name": "print-area-js",
    "version": "1.0.2",
    "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.",
    "contributors": [
        "Hansel Suarez <hanselcapillo@hotmail.com>"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Hansel03/PrintArea.git"
    },
    "keywords": [
        "print",
        "area",
        "jquery",
        "javascript"
    ],
    "publishConfig": {
        "access": "public"
    },
    "bundleDependencies": false,
    "dependencies": {
        "jquery": ">=1.9",
        "jquery-ui": ">=1.10.4"
    },
    "author": "Chris Ritschard,Djuri Baars",
    "license": "MIT",
    "main": "./js/jquery.printarea.js",
    "bugs": {
        "url": "https://github.com/Hansel03/PrintArea/issues"
    },
    "homepage": "https://github.com/Hansel03/PrintArea#readme",
    "ignore": [
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ]
}
