mirror of https://github.com/CesiumGS/cesium.git
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"name": "@cesium/check-for-cla",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@octokit/core": "^6.1.2",
|
|
"fs-extra": "^11.2.0",
|
|
"googleapis": "^137.1.0",
|
|
"handlebars": "^4.7.8"
|
|
},
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/CesiumGS/cesium.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Cesium GS, Inc.",
|
|
"url": "https://cesium.com"
|
|
}
|
|
}
|