@cocalc/cdn
Version:
Files that CoCalc uses that would be natural in various contexts to get from a CDN
30 lines (29 loc) • 772 B
JSON
{
"name": "@cocalc/cdn",
"version": "1.15.1",
"description": "Files that CoCalc uses that would be natural in various contexts to get from a CDN",
"main": "dist/index.js",
"keywords": [
"cdn",
"cocalc"
],
"devDependencies": {
"bootstrap": "=3.4.1",
"codemirror": "^5.65.3",
"katex": "^0.15.0",
"mathjax": "^2.7.9",
"pdfjs-dist": "^2.13.216",
"typescript": "^4.7.4"
},
"scripts": {
"build": "rm -rf dist && mkdir -p dist && ./setup.py",
"postinstall": "./postinstall.js"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/cdn",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"author": "SageMath, Inc.",
"license": "SEE LICENSE.md"
}