forked from stefanwalther/sense-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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-navigation",
"version": "0.5.8",
"description": "Sense Sheet Navigation + Actions visualization extension for Qlik Sense.",
"devDependencies": {
"sense-extension-utils": "^0.3.0",
"sense-go": "^0.3.3",
"verb": "git://github.com/verbose/verb",
"gulp": "git://github.com/gulpjs/gulp#4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanwalther/sense-navigation"
},
"keywords": [
"qlik",
"sense",
"qlik-sense",
"qlik-sense-visualization-extension",
"sense",
"navigation",
"sheets",
"actions",
"button",
"bootstrap"
],
"author": "Stefan Walther",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanwalther/sense-navigation/issues"
},
"verb": {
"baseUrl": "https://github.com/stefanwalther/sense-navigation/blob/master/",
"baseImgUrl": "https://raw.githubusercontent.com/stefanwalther/sense-navigation/master/",
"buildLatest": "https://github.com/stefanwalther/sense-navigation/raw/master/build/sense-navigation_latest.zip"
}
}