mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
34 lines
720 B
JSON
34 lines
720 B
JSON
{
|
|
"name": "jspsych",
|
|
"version": "6.3.0",
|
|
"description": "Behavioral experiments in a browser",
|
|
"main": "jspsych.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jspsych/jsPsych.git"
|
|
},
|
|
"author": "Josh de Leeuw",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jspsych/jsPsych/issues"
|
|
},
|
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
|
"devDependencies": {
|
|
"jest": "^26.6"
|
|
},
|
|
"jest": {
|
|
"resetModules": true,
|
|
"testEnvironmentOptions": {
|
|
"fetchExternalResources": true,
|
|
"pretendToBeVisual": true
|
|
},
|
|
"testURL": "http://localhost/"
|
|
}
|
|
}
|