blob: 5090ca79d7c4109cae7cd001270fc587eaa27652 [file] [log] [blame]
{
"name": "@chopsui/chops-signin",
"version": "0.3.1",
"description": "A shared signin element for Chops.",
"author": "The Chromium Authors",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://chromium.googlesource.com/infra/infra/crdx/chopsui-npm.git"
},
"main": "dist/chops-signin.js",
"types": "dist/chops-signin.d.ts",
"module": "dist/chops-signin.js",
"files": [
"dist"
],
"scripts": {
"tsc": "tsc -p tsconfig.json",
"lint": "tslint -p tsconfig.json"
},
"dependencies": {
"lit-element": "^2.0.0"
},
"devDependencies": {
"@types/gapi.auth2": "0.0.51",
"@types/sinon": "^7.5.2",
"tslint": "^5.18.0",
"typescript": "^3.7.0"
}
}