This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "qlik-utils",
"version": "2.0.60",
"description": "a set of utility functions to deal with Qlik APIs",
"main": "index.js",
"author": "pouc <[email protected]> (https://github.com/pouc)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pouc/qlik-utils.git"
},
"scripts": {
"test": "mocha && istanbul cover node_modules/mocha/bin/_mocha"
},
"bugs": "https://github.com/pouc/qlik-utils/issues",
"dependencies": {
"array-divide": "^2.0.0",
"extend": "^3.0.0",
"ifnotundef": "^1.1.3",
"map-obj": "^2.0.0",
"object.values": "^1.0.4",
"q": "^1.4.1",
"qlik-api-qps": "^1.1.10",
"qlik-api-qrs": "^1.1.7",
"rxjs": "^5.1.0",
"rxjs-task-subject": "^1.1.9",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0",
"chai-things": "^0.2.0",
"coveralls": "^2.11.16",
"delay": "^1.3.1",
"enigma.js": "^1.0.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-coveralls": "^1.0.1",
"grunt-jscs": "^3.0.1",
"grunt-jsdoc-to-markdown": "^2.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-shell": "^2.1.0",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"q": "^1.4.1",
"qlik-fake-proxy": "^1.1.27",
"rxjs-task-subject": "^1.1.10",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"sinon-chai-in-order": "^0.1.0",
"util": "^0.10.3",
"ws": "^2.0.3"
}
}