{
  "name": "dog-factory",
  "version": "0.1.5",
  "description": "A simple and beauty factory for js",
  "main": "main.js",
  "scripts": {
    "lint": "eslint src/index.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/C0305/dog-factory.git"
  },
  "keywords": [
    "factory",
    "dog-factory"
  ],
  "author": "c0305 <c0305@cobos.xyz> (https://github.com/C0305)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/C0305/dog-factory/issues"
  },
  "homepage": "https://github.com/C0305/dog-factory#readme",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-jest": "^24.8.0",
    "eslint": "^6.1.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.18.2",
    "jest": "^24.8.0"
  },
  "dependencies": {
    "faker": "^4.1.0"
  }
}
