{
  "name": "flashcardz",
  "description": "Intelligently quizzes you",
  "version": "1.0.4",
  "author": "James Costian <james@jamescostian.com>",
  "bin": {
    "flash": "bin/flash"
  },
  "bugs": {
    "url": "https://github.com/jamescostian/flashcardz/issues"
  },
  "dependencies": {
    "commander": "4",
    "inquirer": "7",
    "stream-string": "2"
  },
  "devDependencies": {
    "coveralls": "3",
    "jest": "24",
    "mock-stdin": "1",
    "snazzy": "^8",
    "standard": "^14",
    "std-mocks": "^1"
  },
  "homepage": "https://github.com/jamescostian/flashcardz",
  "jest": {
    "testURL": "http://localhost/",
    "testRegex": "(tests/(.*))\\.test\\.js$",
    "coverageReporters": [
      "json",
      "lcov",
      "text",
      "html"
    ],
    "collectCoverageFrom": [
      "lib/**/*.js"
    ],
    "collectCoverage": true
  },
  "keywords": [
    "cards",
    "flashcards",
    "quiz"
  ],
  "license": "ISC",
  "main": "lib/module.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jamescostian/flashcardz.git"
  },
  "scripts": {
    "coveralls": "cat coverage/lcov.info | coveralls",
    "pretest": "standard | snazzy",
    "test": "jest"
  },
  "standard": {
    "env": [
      "jest"
    ]
  }
}
