forked from stefanwalther/sense-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sense-export",
"version": "1.3.5",
"description": "Just a simple button to export data in your Qlik Sense application without displaying them in a table first.",
"keywords": [
"export",
"hypercube",
"qlik",
"qlik sense visualization extension",
"qlik-sense",
"qlik-sense-visualization-extension",
"qliksense",
"qliksense-visualization-extension",
"tabular-data",
"visualization",
"qHyperCube",
"qix"
],
"bugs": {
"url": "https://github.com/stefanwalther/sense-export/issues"
},
"homepage": "https://github.com/stefanwalther/sense-export",
"license": "MIT",
"author": {
"name": "Stefan Walther",
"url": "http://qliksite.io"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanwalther/sense-export"
},
"scripts": {
"docs": "docker run --rm -v ${PWD}:/opt/verb stefanwalther/verb",
"lint": "eslint src",
"lint:fix": "eslint src --fix && eslint test --fix",
"lint:src": "eslint src",
"lint:src:fix": "eslint src --fix"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-space-single": "stefanwalther/eslint-config-space-single",
"file-saver": "^1.3.3",
"gulp-format-md": "^0.1.12",
"sense-angular-directives": "^0.4.3",
"sense-extension-utils": "^0.4.0",
"sense-go": "^0.12.5",
"xlsx": "^0.10.0"
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 3
},
"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",
"layout": "empty",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
]
}
}