1 | {
|
2 | "name": "@analys/table-init",
|
3 | "version": "0.4.1",
|
4 | "description": "A cross-table analytics tool",
|
5 | "main": "dist/index.cjs.js",
|
6 | "module": "dist/index.esm.js",
|
7 | "files": [
|
8 | "dist"
|
9 | ],
|
10 | "publishConfig": {
|
11 | "access": "public"
|
12 | },
|
13 | "scripts": {
|
14 | "pub": "npm publish",
|
15 | "test": "node -r @babel/register test/table-init.select.test.js"
|
16 | },
|
17 | "dependencies": {
|
18 | "veho": "^0.2.23"
|
19 | },
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "git+https://github.com/hoyeungw/analys.git"
|
23 | },
|
24 | "keywords": [
|
25 | "table",
|
26 | "crostab",
|
27 | "cross-table",
|
28 | "pivot",
|
29 | "pivotal",
|
30 | "analyse",
|
31 | "analytics",
|
32 | "business intelligence"
|
33 | ],
|
34 | "author": "Hoyeung Wong",
|
35 | "license": "MIT",
|
36 | "bugs": {
|
37 | "url": "https://github.com/hoyeungw/analys"
|
38 | },
|
39 | "homepage": "https://github.com/hoyeungw/analys#readme",
|
40 | "gitHead": "0132c265736a9a8cde3c75040299d916c2a86676"
|
41 | }
|