jsPsych/package.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
}
}
}