-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 927 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
42
{
"name": "LightPivotTable",
"author": "ZitRo",
"version": "1.8.14",
"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.9.0",
"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",
"build": "gulp"
},
"keywords": [
"pivot",
"table",
"data",
"mdx",
"visualization"
],
"dependencies": {
"gulp-header": "^1.2.2"
},
"engines": {
"node": "10.15.3",
"npm": "6.9.0"
}
}