{
  "name": "aggregate-functions",
  "version": "1.0.1",
  "description": "JavaScript library to get aggregate values of array, namely; SUM, AVG, MAX, MIN, COUNT",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Aggregate functions",
    "MIN",
    "MAX",
    "COUNT",
    "AVG",
    "SUM"
  ],
  "author": "Tapan Hazarika",
  "license": "ISC"
}
