sense-extension-recipes
Version:
Recipes on working with Qlik Sense Visualization Extensions.
21 lines (20 loc) • 404 B
JSON
{
"name": "Loading Bower components for this qsSample",
"version": "0.0.1",
"homepage": "https://github.com/stefanwalther/qsExtensionPlayground",
"authors": [
"Stefan Walther"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.4"
}
}