-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 972 Bytes
/
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
{
"name": "qcb-qlik-sse",
"version": "0.2.0",
"description": "\"Javascript Qlik Server Side Extension\"",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"docs:build": "documentation build functions/** -f md -o docs/functions.md --sort-order alpha"
},
"repository": {
"type": "git",
"url": "https://github.com/RobWunderlich/qcb-qlik-sse.git"
},
"homepage": "https://github.com/RobWunderlich/qcb-qlik-sse",
"bugs": {
"url": "https://github.com/RobWunderlich/qcb-qlik-sse/issues"
},
"author": "Rob Wunderlich",
"license": "ISC",
"dependencies": {
"enigma.js": "^2.7.1",
"fs": "0.0.1-security",
"grpc": "^1.24.9",
"ml-kmeans": "^4.2.1",
"nodemailer": "^6.6.1",
"papaparse": "^5.2.0",
"path": "^0.12.7",
"pug": "^3.0.1",
"qlik-sse": "^0.3.0",
"require-all": "^3.0.0",
"ws": "^7.4.6",
"yargs": "^13.3.2"
}
}