{
  "name": "random-index",
  "version": "1.0.4",
  "description": "Return a random array-like index.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js",
    "pretest": "npm run lint",
    "test": "mocha -R spec",
    "test:cov": "rm -rf ./test/coverage && istanbul cover _mocha --dir ./test/coverage -- -R spec",
    "test:rpt": "npm run test:cov && coveralls < ./test/coverage/lcov.info",
    "watch": "onchange 'index.js' 'test/**/*.js' -e 'test/coverage/**/*.js' -- npm test",
    "prepublish": "npm test"
  },
  "keywords": [
    "index",
    "int",
    "integer",
    "number",
    "generator",
    "generate",
    "random",
    "randomly",
    "randomize",
    "chance",
    "test",
    "dice",
    "mock"
  ],
  "author": {
    "name": "bubkoo",
    "email": "bubkoo.wy@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mock-end/random-index.git"
  },
  "bugs": {
    "url": "https://github.com/mock-end/random-index/issues"
  },
  "homepage": "https://github.com/mock-end/random-index#readme",
  "devDependencies": {
    "jshint": "^2.9.1",
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "onchange": "^2.4.0"
  },
  "dependencies": {
    "max-array-length": "^1.0.0",
    "random-natural": "^1.0.3"
  }
}
