sense-extension-recipes
Version:
Recipes on working with Qlik Sense Visualization Extensions.
21 lines (20 loc) • 590 B
JSON
{
"name": "tableapi-exportdata-paint",
"version": "0.1.0",
"description": "Qlik Sense visualization extension recipe: Example how to export data.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Walther",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stefanwalther/sense-extension-recipes.git"
},
"devDependencies": {
"gulp": "git://github.com/gulpjs/gulp#4.0",
"js-yaml": "^3.3.1",
"sense-go": "^0.1.1",
"verb": "git://github.com/verbose/verb"
}
}