Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: appengine/config_service/ui/bower_components/web-component-tester/package.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/bower_components/web-component-tester/package.json
diff --git a/appengine/config_service/ui/bower_components/web-component-tester/package.json b/appengine/config_service/ui/bower_components/web-component-tester/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..cf63b53a35a5c18ca106187321248f22a2f98391
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/web-component-tester/package.json
@@ -0,0 +1,130 @@
+{
+ "name": "web-component-tester",
+ "version": "6.0.0",
+ "--private-wct--": {
+ "client-side-version-range": "4 - 6 || ^6.0.0-prerelease.1"
+ },
+ "description": "web-component-tester makes testing your web components a breeze!",
+ "keywords": [
+ "browser",
+ "grunt",
+ "gruntplugin",
+ "gulp",
+ "polymer",
+ "test",
+ "testing",
+ "web component",
+ "web"
+ ],
+ "homepage": "https://github.com/Polymer/web-component-tester",
+ "bugs": "https://github.com/Polymer/web-component-tester/issues",
+ "license": "BSD-3-Clause",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Polymer/web-component-tester.git"
+ },
+ "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": "gulp lint",
+ "build": "tsc && gulp build",
+ "test": "tsc && gulp test",
+ "prepublish": "gulp prepublish",
+ "test:watch": "watch 'gulp test:unit' runner/ browser/ bin/ test/ tasks/",
+ "format": "find runner test | grep '\\.js$\\|\\.ts$' | xargs ./node_modules/.bin/clang-format --style=file -i"
+ },
+ "dependencies": {
+ "@types/body-parser": "0.0.33",
+ "@types/chai": "^3.4.34",
+ "@types/chalk": "^0.4.31",
+ "@types/express": "^4.0.33",
+ "@types/glob": "^5.0.30",
+ "@types/grunt": "^0.4.20",
+ "@types/gulp": "^3.8.32",
+ "@types/lodash": "^4.14.38",
+ "@types/mime": "0.0.29",
+ "@types/minimatch": "^2.0.29",
+ "@types/mocha": "^2.2.32",
+ "@types/multer": "0.0.32",
+ "@types/node": "4.0.30",
+ "@types/nomnom": "0.0.28",
+ "@types/semver": "^5.3.30",
+ "@types/sinon": "^1.16.31",
+ "@types/sinon-chai": "^2.7.27",
+ "@types/socket.io": "^1.4.27",
+ "accessibility-developer-tools": "^2.10.0",
+ "async": "^1.5.0",
+ "body-parser": "^1.14.2",
+ "chai": "^3.2.0",
+ "chalk": "^1.1.1",
+ "cleankill": "^1.0.0",
+ "express": "^4.8.5",
+ "findup-sync": "^0.4.3",
+ "glob": "^7.1.1",
+ "lodash": "^3.0.1",
+ "mocha": "^3.1.2",
+ "multer": "^1.1.0",
+ "nomnom": "^1.8.1",
+ "polyserve": "^0.19.0",
+ "promisify-node": "^0.4.0",
+ "resolve": "^1.0.0",
+ "semver": "^5.3.0",
+ "send": "^0.11.1",
+ "server-destroy": "^1.0.1",
+ "sinon": "^1.11.1",
+ "sinon-chai": "^2.6.0",
+ "socket.io": "^1.3.7",
+ "stacky": "^1.3.1",
+ "test-fixture": "PolymerElements/test-fixture",
+ "wd": "^1.0.0"
+ },
+ "optionalDependencies": {
+ "update-notifier": "^1.0.0",
+ "wct-local": "^2.0.15",
+ "wct-sauce": "^2.0.0-pre.1"
+ },
+ "devDependencies": {
+ "@types/express-serve-static-core": "^4.0.39",
+ "@types/rimraf": "0.0.28",
+ "bower": "^1.7.9",
+ "clang-format": "^1.0.43",
+ "depcheck": "^0.6.3",
+ "grunt": "^0.4.5",
+ "gulp": "^3.8.8",
+ "gulp-bower": "0.0.13",
+ "gulp-jshint": "^2.0.0",
+ "gulp-spawn-mocha": "^3.1.0",
+ "gulp-tslint": "^5.0.0",
+ "gulp-typescript": "^3.1.2",
+ "jshint": "^2.8.0",
+ "jshint-stylish": "^2.0.1",
+ "lazypipe": "^1.0.1",
+ "rimraf": "^2.5.4",
+ "rollup": "^0.25.1",
+ "run-sequence": "^1.0.1",
+ "tslint": "^3.10.2",
+ "typescript": "^2.1.4",
+ "watch": "^0.18.0"
+ },
+ "engines": {
+ "node": ">= 6.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698