jsPsych/package.json
Ari Dyckovsky 1640c5341f
Update package.json to reflect organization
The name of the remote repository was attached to the previous username. This change updates the package.json references to the remote Git URLs with the organization `jspsych`.
2020-08-13 10:21:45 -06:00

34 lines
720 B
JSON

{
"name": "jspsych",
"version": "6.1.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": "^24.8"
},
"jest": {
"resetModules": true,
"testEnvironmentOptions": {
"fetchExternalResources": true,
"pretendToBeVisual": true
},
"testURL": "http://localhost/"
}
}