{
    "name": "kevoree-comp-websiteviewer",
    "version": "1.0.1",
    "description": "Displays the content of the given URL in the browser UI",
    "main": "./lib/WebSiteViewer.js",
    "kevoree": {
        "package": "org.kevoree.library"
    },
    "scripts": {
        "prepublish": "grunt",
        "postpublish": "grunt publish"
    },
    "keywords": [
        "kevoree-std-lib",
        "kevoree",
        "library",
        "comp"
    ],
    "dependencies": {
        "kevoree-entities": "^8.0.0"
    },
    "devDependencies": {
        "grunt": "^0.4.1",
        "grunt-kevoree": "^5.0.0",
        "grunt-kevoree-genmodel" : "^2.0.0",
        "grunt-kevoree-registry" : "^2.0.0",
        "grunt-contrib-watch": "~0.6.1",
        "grunt-browserify": "^3.0.0",
        "grunt-contrib-uglify": "^0.4.0"
    },
    "license": "LGPL-3.0",
    "author": "Maxime Tricoire <max.tricoire@gmail.com>"
}
