forked from feonit/olap-cube-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.09 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
71
72
73
74
75
{
"name": "olap-cube-js",
"version": "0.14.0",
"description": "A package olap-cube-js for client OLAP cube",
"main": "index.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"codecov": "^3.0.0",
"eslint": "^4.19.1",
"http-server": "^0.10.0",
"istanbul": "^0.4.5",
"jasmine": "^2.8.0",
"jasmine-node": "^1.14.5",
"lodash": "^4.17.4",
"nyc": "^11.4.1",
"webpack": "^3.10.0"
},
"config": {
"port": "8080"
},
"scripts": {
"test": "npm run build:spec && node_modules/.bin/jasmine",
"build:spec": "node_modules/.bin/webpack --profile --progress --display-modules --config config/webpack.config.spec.js",
"build": "node_modules/.bin/webpack --profile --progress --display-modules --config config/webpack.config.app.js",
"build:example": "./node_modules/.bin/webpack --config config/webpack.config.example.js",
"dev": "node node_modules/http-server/bin/http-server -p 8080",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"codecov": "./node_modules/.bin/codecov"
},
"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"
}