forked from stefanwalther/sense-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sense-export",
"version": "1.0.3",
"description": "Just a simple button to export data in your Qlik Sense application without displaying them in a table first.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Stefan Walther",
"url": "http://qliksite.io"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanwalther/sense-export"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanwalther/sense-export/issues"
},
"verb": {
"baseUrl": "https://github.com/stefanwalther/sense-export/blob/master/",
"baseImgUrl": "https://raw.githubusercontent.com/stefanwalther/sense-export/master/",
"buildLatest": "https://github.com/stefanwalther/sense-export/raw/master/build/sense-export_latest.zip",
"toc": true },
"keywords": [
"qlik",
"qliksense",
"qlik-sense",
"qlik sense visualization extension",
"qlik-sense-visualization-extension",
"qliksense-visualization-extension",
"visualization",
"export",
"hypercube",
"tabular-data"
],
"devDependencies": {
"sense-angular-directives": "^0.1.6",
"sense-extension-utils": "^0.4.0"
}
}