{
  "name": "probable",
  "version": "2.1.4",
  "description": "Utilities for creating and using probability tables.",
  "main": "probable.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "probability",
    "random",
    "table"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:jimkang/probable.git"
  },
  "author": "Jim Kang",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^3.7.1",
    "immutable": "^3.7.2",
    "mocha": "^5.2.0",
    "seedrandom": "^2.3.11",
    "tape": "^4.0.0"
  }
}
