-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "template_app_duplicate",
"version": "3.0.3",
"description": "Node.js app for duplicating and customising Qlike Sense apps",
"main": "index.js",
"scripts": {
"test": "node_modules/jshint/bin/jshint index.js"
},
"keywords": [
"butler",
"butler-app-duplicator",
"senseops",
"devops",
"qliksense"
],
"author": "Göran Sander",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ptarmiganlabs/butler-app-duplicator.git"
},
"bugs": {
"url": "https://github.com/ptarmiganlabs/butler-app-duplicator/issues"
},
"homepage": "https://github.com/ptarmiganlabs/butler-app-duplicator#readme",
"dependencies": {
"config": "^3.3.0",
"enigma.js": "^2.6.3",
"js-yaml": "^4.0.0",
"jshint": "^2.13.4",
"json-query": "^2.2.0",
"qrs-interact": "^6.0.0",
"request": "^2.88.2",
"restify": "^8.5.1",
"restify-cors-middleware": "^1.1.1",
"restify-errors": "^8.0.2",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^4.0.0",
"ws": "^8.0.0"
},
"devDependencies": {
"chai": "4.3.6",
"mocha": "10.0.0",
"supertest": "4.0.2"
}
}