{
  "name": "@edx/mockprock",
  "version": "1.0.2",
  "description": "Mock proctoring backend for Open edX",
  "main": "static/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edx/mockprock.git"
  },
  "files": [
    "/static"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "proctoring",
    "OpenedX"
  ],
  "author": "Dave St.Germain",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/edx/mockprock/issues"
  },
  "homepage": "https://github.com/edx/mockprock#readme",
  "dependencies": {
    "@edx/edx-proctoring": "^1.5.0-rc.1"
  }
}
