{
  "name": "jspsych-react",
  "version": "0.3.0",
  "description": "A React wrapper for jsPsych",
  "main": "dist/jspsych-react.js",
  "repository": "git@github.com:makebrainwaves/jspsych-react.git",
  "license": "MIT",
  "private": false,
  "contributors": [
    "Teon L Brooks",
    "Dano Morrison",
    "Marion Le Borgne",
    "William Wnekowicz"
  ],
  "scripts": {
    "build": "npm run clean && npm run bundle",
    "bundle": "webpack",
    "clean": "rimraf dist build"
  },
  "dependencies": {
    "jspsych": "git://github.com/makebrainwaves/jspsych.git#modular",
    "react": "^0.14.3"
  },
  "devDependencies": {
    "@babel/core": "^7.5.0",
    "@babel/preset-env": "^7.5.0",
    "babel-loader": "^8.0.6",
    "@babel/preset-react": "^7.0.0",
    "rimraf": "^2.6.3",
    "webpack": "^4.35.2",
    "webpack-cli": "^3.3.5"
  }
}
