mirror of https://github.com/CesiumGS/cesium.git
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"name": "rollup-plugin-strip-pragma",
|
|
"version": "1.0.0",
|
|
"description": "A Rollup plugin to strip requirejs build pragmas from your code.",
|
|
"homepage": "https://cesium.com",
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Cesium GS, Inc.",
|
|
"url": "https://cesium.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Cesium community",
|
|
"url": "https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTORS.md"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"rollup",
|
|
"cesium"
|
|
],
|
|
"dependencies": {
|
|
"magic-string": "^0.25.3",
|
|
"rollup-pluginutils": "^2.8.2"
|
|
}
|
|
}
|