-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "documentdb-lumenize",
"version": "0.2.5",
"description": "Aggregations (Group-by, Pivot-table, and N-dimensional Cube) and Time Series Transformations as Stored Procedures in DocumentDB",
"main": "./documentdb-lumenize",
"scripts": {
"test": "nodeunit",
"prepublish": "cake compile"
},
"keywords": [
"Azure",
"DocumentDB",
"Time-Series",
"TimeSeries",
"Time Series",
"Aggregations",
"Aggregate",
"Stored-Procedures",
"StoredProcedures",
"Stored Procedures",
"OLAPCube",
"Cube",
"Pivot",
"Pivot-Table",
"PivotTable",
"Pivot Table",
"Group-By",
"GroupBy",
"Group By"
],
"author": "Larry Maccherone",
"license": "Free for evaluation and non-comercial use. Contact for other licensing.",
"repository": {
"type": "git",
"url": "http://github.com/lmaccherone/documentdb-lumenize.git"
},
"devDependencies": {
"coffee-script": "^1.9.2",
"documentdb": "^1.1.0",
"documentdb-mock": "^0.3.0",
"lodash": "^3.10.1",
"nodeunit": "^0.9.1"
},
"dependencies": {
"documentdb-utils": "^0.4.6",
"lumenize": "^0.9.8"
}
}