npm package

This commit is contained in:
Josh de Leeuw 2016-12-09 21:12:45 -05:00
parent 60e82e4167
commit e0bf9d8ef4
2 changed files with 26 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
node_modules/
.DS_Store
Thumbs.db

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"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"
}
}