mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
35 lines
828 B
JSON
35 lines
828 B
JSON
{
|
|
"name": "@jspsych/plugin-maxdiff",
|
|
"version": "1.0.0",
|
|
"description": "a jspsych plugin for maxdiff/conjoint analysis designs",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"unpkg": "dist/index.browser.min.js",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"source": "src/index.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "npm test -- --watch",
|
|
"tsc": "tsc",
|
|
"build": "rollup --config",
|
|
"build:watch": "npm run build -- --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jspsych/jsPsych.git"
|
|
},
|
|
"author": "Angus Hughes",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jspsych/jsPsych/issues"
|
|
},
|
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
|
"peerDependencies": {
|
|
"jspsych": ">=7"
|
|
}
|
|
}
|