{
  "name": "atlas-mean",
  "version": "1.0.1",
  "description": "Calculates the expectation value of a set of data points.",
  "scripts": {
    "test-server": "mocha --colors --watch --recursive './test/**/*.test.js'",
    "test": "mocha --colors --recursive './test/**/*.test.js'"
  },
  "main": "./src/mean.js",
  "keywords": [
    "atlassubbed",
    "math",
    "stats",
    "utils",
    "utility",
    "arithmetic",
    "helpers",
    "statistics",
    "mean",
    "expectation-value"
  ],
  "author": "atlassubbed <atlassubbed@gmail.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "engines": {
    "node": "^10.1.0",
    "npm": "^6.0.1"
  },
  "homepage": "https://github.com/atlassubbed/atlas-mean#readme",
  "bugs": "https://github.com/atlassubbed/atlas-mean/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/atlassubbed/atlas-mean.git"
  },
  "dependencies": {
    "atlas-sum": "^1.0.0"
  }
}
