{
    "name": "ExtTut-01-HelloWorld",
    "version": "0.0.1",
    "description": "Extension Tutorial, Session 1, Simple Hello World.",
    "main": "gruntfile.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "Qlik Sense Extension",
        "Qlik Sense",
        "QlikSense",
        "Extension"
    ],
    "author": "Stefan Walther",
    "license": "MIT",
    "devDependencies": {
        "grunt": "~0.4.2",
        "grunt-contrib-copy": "~0.6.0",
        "grunt-contrib-uglify": "~0.4.0",
        "grunt-contrib-clean": "~0.5.0",
        "grunt-contrib-compress": "~0.8.0",
        "grunt-cleanempty": "~0.2.1",
        "grunt-contrib-cssmin": "~0.10.0",
        "grunt-replace": "~0.7.8",
        "grunt-contrib-less": "~0.11.0"
    }
}