@jspsych/new-timeline
Version:
CLI tool for creating new jsPsych timelines
35 lines • 824 B
JSON
{
"name": "{npmPackageName}",
"version": "0.0.1",
"description": "{description}",
"unpkg": "dist/index.browser.min.js",
"files": [
"index.js",
"dist"
],
"scripts": {
"build": "babel index.js --presets @babel/preset-env,minify --source-maps --out-file dist/index.browser.min.js",
"build:watch": "npm run build -- --watch"
},
"repository": {
"type": "git",
"url": "{gitRootUrl}",
"directory": "{packageDir}"
},
"keywords": [
"jsPsych"
],
"author": {
"name": "{author}",
"url": "{authorUrl}"
},
"license": "MIT",
"bugs": {
"url": "{gitRootHttpsUrl}/issues"
},
"homepage": "{documentationUrl}",
"devDependencies": {
"@jspsych/config": "^3.2.2",
"jspsych": "^8.0.0"
}
}