mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
26 lines
541 B
JSON
26 lines
541 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": "^19.0.2"
|
|
}
|
|
}
|