{
  "name": "random-user-generator",
  "version": "0.2.0",
  "description": "Random user generator using the randomuser.me services. It can bea single user or an array and outputs to the console or a file.",
  "homepage": "",
  "repository": "joellord/random-user-generator",
  "author": {
    "name": "Joel Lord",
    "email": "joelphy@gmail.com",
    "url": "http://www.github.com/joellord"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "keywords": [
    "random",
    "user",
    "generator",
    "file",
    "output"
  ],
  "devDependencies": {
    "gulp": "^3.6.0",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-istanbul": "^0.9.0",
    "gulp-jscs": "^1.1.0",
    "gulp-jshint": "^1.5.3",
    "gulp-mocha": "^2.0.0",
    "gulp-plumber": "^1.0.0",
    "gulp-nsp": "^0.4.5",
    "jshint-stylish": "^1.0.0",
    "gulp-coveralls": "^0.1.0",
    "gulp-babel": "^5.1.0",
    "babel-core": "^5.5.0",
    "chai": "*",
    "request": "*"
  },
  "dependencies": {
    "request": "*"
  },
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "license": "MIT"
}
