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