UNPKG

jspsych-attention-check

Version:

A jsPsych plugin for adding multiple-choice attention check questions to an experiment timeline.

44 lines (43 loc) 1.14 kB
{ "name": "jspsych-attention-check", "version": "2.2.0", "description": "A jsPsych plugin for adding multiple-choice attention check questions to an experiment timeline.", "keywords": [ "neuroscience", "jspsych", "psychology", "neuropsychology" ], "source": "src/index.tsx", "main": "dist/main.js", "module": "dist/module.js", "files": [ "dist" ], "repository": "https://henry-burgess@github.com/henry-burgess/jspsych-attention-check.git", "author": "Henry Burgess <henryjburg@gmail.com>", "license": "MIT", "scripts": { "build": "parcel build", "clean": "rm -rf dist .parcel-cache", "dev": "parcel example/index.html", "lint": "prettier --write ." }, "dependencies": { "grommet": "^2.24.0", "grommet-icons": "^4.7.0", "jspsych": "6.3", "polished": "^4.2.2", "react": "^18.1.0", "react-dom": "^18.1.0", "styled-components": "^5.3.5", "usehooks-ts": "^2.5.4" }, "devDependencies": { "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", "parcel": "^2.8.3", "prettier": "^2.6.2", "process": "^0.11.10" } }