{
  "name": "ml-array-utils",
  "version": "0.4.0",
  "description": "Array utilities",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "eslint": "eslint src",
    "eslint-fix": "npm run eslint -- --fix",
    "test": "mocha --require should-approximately-deep --reporter mocha-better-spec-reporter --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mljs/ArrayUtils.git"
  },
  "author": "Jefferson Hernandez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mljs/ArrayUtils/issues"
  },
  "homepage": "https://github.com/mljs/ArrayUtils#readme",
  "dependencies": {
    "ml-stat": "^1.0.1"
  },
  "devDependencies": {
    "eslint": "^4.2.0",
    "eslint-config-cheminfo": "^1.2.0",
    "eslint-plugin-no-only-tests": "^2.0.0",
    "mocha": "^3.1.2",
    "mocha-better-spec-reporter": "^3.0.2",
    "should": "^11.1.1",
    "should-approximately-deep": "^1.1.0"
  }
}
