{
  "name": "simple-clusterer",
  "version": "1.1.2",
  "description": "Highly customisable, generic, single-level clusterer that works for user interfaces and small-medium data sets",
  "main": "simple-clusterer.js",
  "scripts": {
    "test": "node node_modules/jasmine/bin/jasmine.js"
  },
  "keywords": [
    "cluster",
    "analysis"
  ],
  "author": "Jim Higson",
  "license": "BSD-2-Clause",
  "dependencies": {
    "collections": "^5.0.6",
    "lodash.sortby": "^4.2.1",
    "lodash.sortedindex": "^4.0.1",
    "lodash.sortedindexby": "^4.2.0"
  },
  "devDependencies": {
    "chance": "^1.0.4",
    "collections": "^5.0.6",
    "colors": "^1.1.2",
    "gulp": "^3.9.1",
    "jasmine": "^2.5.2",
    "karma": "^0.13.21",
    "lodash": "^4.17.2",
    "lodash.contains": "^2.4.3",
    "lodash.identity": "^3.0.0",
    "lodash.includes": "^4.3.0",
    "lodash.isarray": "^4.0.0",
    "lodash.isdate": "^4.0.1",
    "lodash.isnan": "^3.0.2",
    "lodash.isnumber": "^3.0.3",
    "lodash.isobject": "^3.0.2",
    "lodash.merge": "^4.6.0",
    "lodash.reduce": "^4.6.0",
    "lodash.sortby": "^4.7.0",
    "lodash.sortedindexby": "^4.6.0",
    "lodash.sum": "^4.0.2",
    "lodash.sumby": "^4.6.0",
    "sinon": "^1.17.3",
    "util-inspect": "^0.1.8"
  },
  "directories": {
    "test": "spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jimhigson/simpler-clusterer.git"
  },
  "bugs": {
    "url": "https://github.com/jimhigson/simpler-clusterer/issues"
  },
  "homepage": "https://github.com/jimhigson/simpler-clusterer#readme"
}
