forked from objectscript/LightPivotTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 Bytes
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
{
"name": "LightPivotTable",
"author": "ZitRo",
"version": "1.2.11",
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
"main": "test/testServer.js",
"repository": {
"type": "git",
"url": "https://github.com/ZitRos/LightPivotTable"
},
"devDependencies": {
"express": "^5.0.0-alpha.1",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-html-replace": "^1.4.1",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-uglify": "^1.0.1",
"gulp-wrap": "^0.5.0",
"gulp-zip": "^2.0.2"
},
"scripts": {
"test": "node test/testServer.js"
},
"keywords": [
"pivot",
"table",
"data",
"collection",
"visualization"
],
"dependencies": {
"gulp-header": "^1.2.2"
}
}