This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
94 lines (94 loc) · 3.28 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "sense-navigation",
"version": "1.0.0",
"description": "Sheet Navigation + Actions visualization extension for Qlik Sense.",
"keywords": [
"actions",
"bootstrap",
"button",
"navigation",
"qlik",
"qlik-sense",
"qlik-sense-visualization-extension",
"sense",
"sheets"
],
"homepage": "https://github.com/stefanwalther/sense-navigation",
"bugs": {
"url": "https://github.com/stefanwalther/sense-navigation/issues"
},
"license": "MIT",
"author": "Stefan Walther",
"repository": {
"type": "git",
"url": "https://github.com/stefanwalther/sense-navigation"
},
"scripts": {
"build": "docker run --rm -v ${PWD}:/opt/sense-go stefanwalther/sense-go:latest 'build'",
"lint": "eslint src",
"lint:fix": "npm run lint:src:fix && npm run lint:test:fix",
"lint:src": "eslint src",
"lint:src:fix": "eslint src --fix",
"lint:test": "eslint test",
"lint:test:fix": "eslint test --fix",
"release": "docker run --rm -v ${PWD}:/opt/sense-go stefanwalther/sense-go:latest 'release'",
"test:setup-webdriver": "node_modules/.bin/webdriver-manager update --versions.chrome 2.37 --standalone false --gecko false",
"test:unit": "npm run build && npx ./node_modules/.bin/aw chrome --url test/unit/index.html --glob test/unit/*.spec.js --chrome.devtools=true",
"test:unit:coverage": "cross-env NODE_ENV=test ./node_modules/.bin/aw chrome --url test/unit/index.html --glob test/unit/*.spec.js --coverage",
"test:unit:debug": "npm run build && ./node_modules/.bin/aw chrome --url test/unit/index.html --glob test/unit/*.spec.js --chrome.devtools=true --auto-open-devtools-for-tabs",
"test:e2e:container": "npx aw protractor --coverage -c ./test/e2e/aw.config.js --baseUrl http://qix:9076/sense/app/ --seleniumAddress http://selenium:4444/wd/hub --artifactsPath test/e2e/__artifacts__ --headLess true"
},
"dependencies": {},
"devDependencies": {
"after-work.js": "^4.3.2",
"babel-core": "^6.26.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap": "^4.1.3",
"cheerio": "^1.0.0-rc.2",
"cross-env": "^5.2.0",
"eslint": "^5.6.0",
"eslint-config-space-single": "^0.3.5",
"eslint-plugin-mocha": "^5.2.0",
"extend": "^3.0.2",
"font-awesome": "^4.7.0",
"istanbul": "^0.4.5",
"jquery": "^3.3.1",
"leonardo-ui": "^1.6.0",
"lodash": "^4.17.11",
"nyc": "^12.0.2",
"protractor": "^5.4.1",
"protractor-console": "^3.0.0",
"protractor-console-plugin": "^0.1.1",
"request": "^2.88.0",
"requirejs": "^2.3.6",
"requirejs-text": "^2.0.15",
"webdriver-manager": "^12.1.0",
"yargs": "^12.0.2"
},
"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",
"run": true,
"toc": "collapsible",
"label": "empty",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": []
},
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-readme-generator"
]
}
}