{
  "name": "generate-random-data",
  "version": "0.0.3",
  "description": "Javascript utilities for generating random data.",
  "main": "./lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bubkoo/generate-random-data.git"
  },
  "keywords": [
    "random",
    "generator",
    "mock",
    "functions"
  ],
  "author": {
    "name": "bubkoo",
    "email": "bubkoo@163.com",
    "url": "http://bubkoo.com"
  },
  "contributors": [
    {
      "name": "bubkoo",
      "email": "bubkoo@163.com",
      "url": "http://bubkoo.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bubkoo/generate-random-data/issues"
  },
  "homepage": "https://github.com/bubkoo/generate-random-data",
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-mocha-istanbul": "^2.4.0",
    "grunt-mocha-test": "^0.12.7",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "moment": "^2.11.2"
  }
}
