-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 1.01 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
{
"name": "chartcacher",
"version": "2.0.0",
"description": "This module will cache charts and render the chart as an image to allow static offline access to Qlik Sense charts. \r The chart definitions are fetched from the QIX engine and cached allowing non-Qlik licensed users to access Qlik charts without consuming a token.",
"main": "index.js",
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"express": "^4.13.3",
"extend": "^3.0.0",
"fs-extra": "^0.24.0",
"jade": "^1.11.0",
"less-middleware": "^2.0.1",
"phantomjs2-ext": "^0.1.0",
"qsocks": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mindspank/chartcacher.git"
},
"author": "Alexander Karlsson <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mindspank/chartcacher/issues"
},
"homepage": "https://github.com/mindspank/chartcacher"
}