{
  "name": "@luckyluu/fakerjs",
  "version": "1.0.0",
  "description": "Generate massive amounts of fake contextual data",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "cd build && ../node_modules/.bin/gulp && cd ../",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md lib",
    "lint": "jshint ./lib --config ./.jshintrc",
    "test": "mocha test/*.*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luubinhan/fakerjs.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/luubinhan/fakerjs/issues"
  },
  "devDependencies": {
    "browserify": "5.11.1",
    "coveralls": "^2.13.1",
    "gulp": "^3.9.1",
    "gulp-gh-pages": "^0.5.4",
    "gulp-jsdoc3": "^0.2.1",
    "gulp-mustache": "0.4.0",
    "gulp-rename": "1.2.0",
    "gulp-uglify": "1.0.1",
    "ink-docstrap": "1.1.4",
    "jsdoc": "^3.4.0",
    "jshint": "0.9.0",
    "lodash": "^4.6.1",
    "mocha": "^3.2.0",
    "node-minify": "*",
    "optimist": "0.3.5",
    "sinon": "1.4.2",
    "through2": "2.0.0",
    "vinyl-transform": "0.0.1"
  },
  "homepage": "https://github.com/luubinhan/fakerjs#readme"
}
