| { |
| "description": "Common elements for ChOps Frontends", |
| "keywords": [ |
| "chopsui", |
| "chops-ui" |
| ], |
| "repository": { |
| "type": "git", |
| "url": "https://chromium.googlesource.com/infra/infra/crdx/chopsui-npm.git" |
| }, |
| "scripts": { |
| "bootstrap": "npm install && npx lerna bootstrap --hoist", |
| "start": "webpack-dev-server --progress --hot", |
| "test": "karma start --coverage --no-color", |
| "check": "gts check", |
| "clean": "gts clean", |
| "compile": "npx lerna run tsc", |
| "fix": "gts fix", |
| "prepare": "npm run compile", |
| "pretest": "npm run compile", |
| "posttest": "npm run check" |
| }, |
| "version": "", |
| "author": "The Chromium Authors", |
| "license": "BSD-3-Clause", |
| "devDependencies": { |
| "@types/chai": "^4.1.7", |
| "@types/gapi.auth2": "0.0.51", |
| "@types/mocha": "^5.2.7", |
| "@types/node": "^10.0.3", |
| "@webcomponents/webcomponentsjs": "^2.2.7", |
| "axe-core": "^3.2.2", |
| "chai": "^4.2.0", |
| "eslint": "^5.0.0", |
| "eslint-config-google": "^0.12.0", |
| "gts": "^1.1.0", |
| "istanbul-instrumenter-loader": "^3.0.1", |
| "karma": "^4.1.0", |
| "karma-chrome-launcher": "^2.2.0", |
| "karma-coverage": "^1.1.2", |
| "karma-mocha": "^1.3.0", |
| "karma-sinon": "^1.0.5", |
| "karma-sourcemap-loader": "^0.3.7", |
| "karma-webpack": "^4.0.0-rc", |
| "lerna": "^3.15.0", |
| "mocha": "^5.2.0", |
| "puppeteer": "^1.15.0", |
| "sinon": "^7.3.2", |
| "typescript": "^3.7.0", |
| "webpack": "^4.0.0", |
| "webpack-cli": "^3.0.0", |
| "webpack-dev-server": "^3.0.0" |
| }, |
| "name": "chopsui", |
| "dependencies": { |
| "lit-element": "^2.1.0" |
| } |
| } |