-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
70 lines (70 loc) · 1.61 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "olap-cube-js",
"version": "0.16.1",
"description": "A package olap-cube-js for client OLAP cube",
"main": "index.js",
"dependencies": {
"jasmine": "^2.4.1",
"lodash-es": "^4.17.11"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"codecov": "^3.0.0",
"eslint": "^4.19.1",
"http-server": "^0.10.0",
"jest": "^23.6.0",
"lodash": "^4.17.4",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-uglify": "^6.0.0"
},
"config": {
"port": "8080"
},
"scripts": {
"test": "jest --config config/jest.config.js ./spec/spec.js && codecov",
"build": "rollup --config config/rollup.config.js",
"dev": "node node_modules/http-server/bin/http-server -p 8080"
},
"author": {
"name": "Orlov Leonid",
"email": "[email protected]",
"url": "https://github.com/feonit"
},
"bugs": {
"url": "https://github.com/feonit/olap-cube-js/issues"
},
"directories": {
"doc": "./doc",
"src": "./src",
"spec": "./spec",
"examples": "./examples",
"dist": "./dist",
"config": "./config"
},
"keywords": [
"сube",
"сube.js",
"olap",
"hypercube",
"dimension",
"measure",
"fact",
"table",
"cell",
"drilldown",
"rollup",
"slice",
"dice"
],
"repository": {
"type": "git",
"url": "git+https://github.com/feonit/olap-cube-js.git"
},
"license": "ISC",
"homepage": "https://github.com/feonit/olap-cube-js#readme"
}