{
  "name": "tiny-olap",
  "version": "0.2.4",
  "description": "OLAP functionality for use with data visualizations. Aggregating and grouping data along key dimensions.",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-file index.js",
    "test": "npm run build && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajoabraham/tiny-olap.git"
  },
  "keywords": [
    "olap",
    "aggregate",
    "group",
    "by",
    "data",
    "visualization"
  ],
  "author": "Ajo Abraham",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ajoabraham/tiny-olap/issues"
  },
  "homepage": "https://github.com/ajoabraham/tiny-olap#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "mocha": "^5.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.4",
    "numeral": "^2.0.6"
  }
}
