{
  "name": "@theia-extension-tester/che-browser",
  "version": "0.1.2",
  "description": "Eclipse Che browser helper implementation.",
  "keywords": [
    "selenium",
    "testing",
    "theia-extension-tester",
    "webdriver"
  ],
  "author": "Marian Lorinc <mlorinc@redhat.com>",
  "homepage": "https://github.com/mlorinc/theia-extension-tester/tree/master/packages/browser-che",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prepublish": "yarn run clean && yarn run build",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "tsc",
    "clean": "rimraf lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mlorinc/theia-extension-tester.git",
    "directory": "packages/browser-che"
  },
  "dependencies": {
    "@theia-extension-tester/theia-browser": "^0.1.2",
    "@theia-extension-tester/until": "^0.1.1"
  },
  "peerDependencies": {
    "extension-tester-page-objects": "^0.1.1"
  },
  "gitHead": "15cfcbcd6bad78b80fba5a1dd164544be91b46ec"
}
