web-component-tester
Version:
web-component-tester makes testing your web components a breeze!
125 lines (124 loc) • 3.52 kB
JSON
{
"name": "web-component-tester",
"version": "6.9.2",
"--private-wct--": {
"client-side-version-range": "4 - 6 || ^6.6.0 || ^6.9.0-pre.1",
"wct-browser-legacy-version-range": "^1.0.0"
},
"description": "web-component-tester makes testing your web components a breeze!",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/web-component-tester",
"repository": "github:Polymer/tools",
"bugs": "https://github.com/Polymer/tools/issues",
"license": "BSD-3-Clause",
"author": "The Polymer Project Authors",
"keywords": [
"browser",
"grunt",
"gruntplugin",
"gulp",
"polymer",
"test",
"testing",
"web component",
"web"
],
"main": "runner.js",
"bin": {
"wct": "./bin/wct",
"wct-st": "./bin/wct-st"
},
"files": [
"bin/",
"data/",
"runner/",
"scripts/",
"tasks/",
".bowerrc",
"bower.json",
"browser.js",
"browser.js.map",
"package.json",
"LICENSE",
"README.md",
"runner.js"
],
"scripts": {
"lint": "tslint -p .",
"build": "tsc && gulp build",
"test": "tsc && gulp test",
"prepublishOnly": "gulp prepublish",
"test:unit": "mocha \"test/unit/**/*.js\"",
"test:integration": "gulp bower && bash -c \"TEST_RETRY_TARGET_MAX=7 mocha \\\"test/integration/**/*.js\\\" --timeout 90000 --reporter \\\"$(pwd)/test/retry-failures-reporter.js\\\"\"",
"test:watch": "watch \"mocha \\\"test/unit/**/*.js\\\"\" runner/ browser/ bin/ test/ tasks/",
"format": "find browser runner test -name \"*.ts\" -not -path \"*/fixtures/*\" | xargs clang-format --style=file -i"
},
"dependencies": {
"@polymer/sinonjs": "^1.14.1",
"@polymer/test-fixture": "^0.0.3",
"@webcomponents/webcomponentsjs": "^1.0.7",
"accessibility-developer-tools": "^2.12.0",
"async": "^2.4.1",
"body-parser": "^1.17.2",
"bower-config": "^1.4.0",
"chalk": "^1.1.3",
"cleankill": "^2.0.0",
"express": "^4.15.3",
"findup-sync": "^2.0.0",
"glob": "^7.1.2",
"lodash": "^3.10.1",
"multer": "^1.3.0",
"nomnom": "^1.8.1",
"polyserve": "^0.27.13",
"resolve": "^1.5.0",
"semver": "^5.3.0",
"send": "^0.16.1",
"server-destroy": "^1.0.1",
"sinon": "^2.3.5",
"sinon-chai": "^2.10.0",
"socket.io": "^2.0.3",
"stacky": "^1.3.1",
"wd": "^1.2.0"
},
"optionalDependencies": {
"update-notifier": "^2.2.0",
"wct-local": "^2.1.1",
"wct-sauce": "^2.0.2"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/chalk": "^0.4.31",
"@types/express": "^4.0.33",
"@types/express-serve-static-core": "^4.0.39",
"@types/glob": "^5.0.30",
"@types/grunt": "^0.4.20",
"@types/gulp": "^4.0.0",
"@types/lodash": "^4.14.38",
"@types/mime": "0.0.29",
"@types/minimatch": "^2.0.29",
"@types/multer": "0.0.32",
"@types/nomnom": "0.0.28",
"@types/resolve": "0.0.7",
"@types/rimraf": "0.0.28",
"@types/semver": "^5.3.30",
"@types/sinon": "^1.16.31",
"@types/socket.io": "^1.4.27",
"@types/spdy": "^3.4.4",
"bower": "^1.7.9",
"depcheck": "^0.6.3",
"grunt": "^1.0.3",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-spawn-mocha": "^3.1.0",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.1.2",
"rimraf": "^2.5.4",
"rollup": "^0.25.1",
"source-map-support": "^0.5.4",
"watch": "^0.18.0",
"wct-local": "^2.1.1",
"wct-sauce": "^2.0.2"
},
"engines": {
"node": ">= 8.0"
}
}