| { |
| "name": "chromium-behavior-plugin", |
| "description": "Chromium Behaviour Gerrit plugin", |
| "browser": true, |
| "scripts": { |
| "test": "polymer serve", |
| "eslint": "../../node_modules/eslint/bin/eslint.js --ext .html,.js ./src/main/resources/static/", |
| "wct-test": "npm i && npx wct" |
| }, |
| "dependencies": { |
| "@polymer/polymer": "^3.4.1" |
| }, |
| "devDependencies": { |
| "@webcomponents/webcomponentsjs": "^2.5.0", |
| "eslint": "^7.27.0", |
| "polymer-cli": "^1.9.11", |
| "wct-browser-legacy": "^1.0.2", |
| "web-component-tester": "^6.9.2", |
| "wd": "^1.14.0" |
| }, |
| "license": "Apache-2.0" |
| } |