{
  "name": "choma",
  "version": "1.2.1",
  "description": "Random ordering for mocha",
  "main": "index.js",
  "scripts": {
    "test": "eslint . --config lennym"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lennym/choma.git"
  },
  "keywords": [
    "mocha",
    "tdd",
    "testing",
    "stateless"
  ],
  "author": "Leonard Martin <hello@lennym.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lennym/choma/issues"
  },
  "homepage": "https://github.com/lennym/choma#readme",
  "dependencies": {
    "chalk": "^2.3.2",
    "seedrandom": "^2.4.3"
  },
  "devDependencies": {
    "eslint": "^4.18.2",
    "eslint-config-lennym": "^1.4.0",
    "mocha": ">=2"
  },
  "peerDependencies": {
    "mocha": ">=2"
  }
}
