{
  "name": "wheel-of-fortune-participants",
  "version": "0.9.0",
  "description": "Easy generate files for https://github.com/finanzcheck/wheel-of-fortune",
  "bin": {
    "wof-participants": "cli.js"
  },
  "main": "dist/main.cjs.js",
  "jsnext:main": "dist/main.es2015.js",
  "scripts": {
    "postversion": "npm run build:es2015 & npm run build:main & npm run build:cli",
    "build:es2015": "rollup -c",
    "build:main": "NODE_ENV=main rollup -c",
    "build:cli": "NODE_ENV=cli rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "wheel of fortune",
    "wheel",
    "of",
    "fortune",
    "election",
    "lottery",
    "raffle",
    "participants"
  ],
  "author": "Stefan Schult <stefan@schult.mobi>",
  "license": "MIT",
  "dependencies": {
    "chance": "^1.0.1",
    "commander": "^2.9.0",
    "faker": "^3.0.1",
    "mime-types": "^2.1.10",
    "shelljs": "^0.6.0"
  },
  "engines": {
    "node": ">=5.6.0"
  },
  "devDependencies": {
    "babel-preset-es2015-rollup": "github:schubidu/babel-preset-es2015-rollup",
    "rollup": "^0.25.4",
    "rollup-plugin-babel": "^2.4.0",
    "rollup-plugin-json": "^2.0.0"
  }
}
