-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
36
37
38
39
40
41
{
"name": "saiku-query-helper",
"version": "0.1.1",
"description": "A simple node client for saiku REST api. The aim of this package is to run parameterized MDX queries, while minimizing the boilerplate code.",
"author": {
"name": "Fabien Allanic",
"email": "[email protected]"
},
"dependencies": {
"xml2js": "0.2.x",
"async": "0.2.x"
},
"repository": {
"type": "git",
"url": "git://github.com/fallanic/saiku-query-helper.git"
},
"bugs": {
"url": "https://github.com/fallanic/saiku-query-helper/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fallanic/saiku-query-helper/blob/master/MIT-LICENSE.md"
}
],
"main": "lib/saikuQueryHelper",
"keywords": [
"saiku",
"query",
"helper",
"rest",
"api",
"dynamic",
"parameter",
"mdx",
"business",
"intelligence",
"OLAP"
],
"engine": "node >= 0.8.1"
}