widget-tutorial
Version:
A comprehensive tutorial + recipes to get started with widgets in Qlik Sense.
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "widget-tutorial",
"version": "0.2.0",
"description": "A comprehensive tutorial + recipes to get started with widgets in Qlik Sense.",
"keywords": [
"api",
"extensions",
"kpi",
"qap",
"qlik",
"qlik-analytics-platform",
"qlik-sense",
"tables",
"visualizations",
"widgets"
],
"homepage": "http://qliksite.io/tutorials/qliksense-widget-tutorial/",
"bugs": {
"url": "https://github.com/stefanwalther/widget-tutorial/issues"
},
"license": "CC-BY-4.0",
"author": "Stefan Walther (https://github.com/stefanwalther)",
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanwalther/widget-tutorial.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"verb": {
"run": true,
"toc": false,
"layout": "nil",
"tasks": [
"readme"
]
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-zip": "^3.2.0"
}
}