jsPsych/package.json
2016-12-09 21:12:45 -05:00

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": "^17.0.3"
}
}