tre-fonts
Version:
Font support for tre
72 lines (71 loc) • 1.61 kB
JSON
{
"name": "tre-fonts",
"version": "1.6.1",
"description": "Font support for tre",
"main": "main.js",
"browser": "index.js",
"scripts": {
"test": "tape test/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/regular/tre-fonts.git"
},
"keywords": [
"tre",
"ssb"
],
"author": "Jan Bölsche <jan@lagomorph.de> (https://regular.codes/)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/regular/tre-fonts/issues"
},
"homepage": "https://github.com/regular/tre-fonts#readme",
"tre-init": {
"plugins": {
"tre-client": true,
"ssb-revisions": true
},
"prototypes": {
".": true
},
"importers": {
".": true
},
"files": {
"NotoSans-ThinItalic": {
"path": "NotoSansDisplay-ThinItalic.ttf",
"content": {
"branch": "%fonts",
"root": "%root"
}
},
"NotoSans-Black": {
"path": "NotoSansSymbols-Black.ttf",
"content": {
"branch": "%fonts",
"root": "%root"
}
}
}
},
"devDependencies": {
"collect-mutations": "^1.0.3",
"pull-stream": "^3.6.9",
"ssb-revisions": "^1.0.1",
"tape": "^4.9.2",
"tre-client": "^1.1.0",
"tre-editor-shell": "^1.5.0",
"tre-finder": "^2.4.1",
"tre-prototypes": "^1.6.0",
"tre-split-pane": "^1.0.1"
},
"dependencies": {
"module-styles": "^1.0.0",
"mutant": "^3.22.1",
"pretty-bytes": "^5.1.0",
"tre-dropzone": "^1.0.0",
"tre-file-importer": "^3.1.0",
"tre-string": "^1.0.1"
}
}