{
  "name": "ml-stat",
  "version": "1.3.3",
  "description": "Functions for computing stats on arrays and matrices",
  "main": "index.js",
  "scripts": {
    "eslint": "eslint src test",
    "eslint-fix": "npm run eslint -- --fix",
    "test": "mocha --require should --reporter mocha-better-spec-reporter --recursive"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mljs/stat.git"
  },
  "keywords": [
    "stat",
    "stats",
    "vector",
    "matrix",
    "data",
    "mining",
    "datamining",
    "machine",
    "learning"
  ],
  "author": "Michaël Zasso",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mljs/stat/issues"
  },
  "homepage": "https://github.com/mljs/stat",
  "devDependencies": {
    "eslint": "^3.1.0",
    "eslint-config-cheminfo": "^1.0.0",
    "eslint-plugin-no-only-tests": "^1.1.0",
    "mocha-better-spec-reporter": "^3.0.1",
    "mocha": "^2.5.1",
    "should": "^8.2.2"
  }
}
