UNPKG

abundance

Version:
94 lines (93 loc) 2.22 kB
{ "name": "abundance", "version": "1.28.0", "description": "a CMS based on tre", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/regular/abundance.git" }, "keywords": [ "tre", "cms", "ssb" ], "author": "Jan Bölsche <jan@lagomorph.de> (https://regular.codes/)", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/regular/abundance/issues" }, "homepage": "https://github.com/regular/abundance#readme", "tre-init": { "plugins": { "tre-client": true, "ssb-revisions": true }, "prototypes": { "tre-images": true, "tre-fonts": true, "tre-stylesheets": true }, "importers": { "tre-images": true, "tre-fonts": true }, "files": { "svg": { "path": "assets/Svg_example4.svg", "content": { "branch": "%images", "root": "%root" } }, "beaver": { "path": "assets/beaver.jpg", "content": { "branch": "%images", "root": "%root" } }, "font": { "path": "assets/NotoSansDisplay-ThinItalic.ttf", "content": { "branch": "%fonts", "root": "%root" } } } }, "devDependencies": { "brace": "^0.11.1", "brfs": "^2.0.2", "tape": "^4.9.2", "tre-videos": "^1.0.0" }, "dependencies": { "collect-mutations": "^1.0.5", "debug": "^4.1.1", "is-electron": "^2.2.0", "module-styles": "^1.0.0", "mutant": "^3.22.1", "sodium-native": "^2.2.6", "ssb-revisions": "^1.0.1", "tre-client": "^2.1.0", "tre-editor-shell": "^1.4.0", "tre-file-importer": "^3.1.5", "tre-finder": "^2.7.0", "tre-folders": "^1.1.0", "tre-fonts": "^1.5.1", "tre-images": "^1.10.0", "tre-multi-editor": "^1.4.0", "tre-property-sheet": "^1.2.2", "tre-prototypes": "^1.6.0", "tre-render-stack": "^1.0.1", "tre-split-pane": "^1.0.1", "tre-style-panel": "^1.2.0", "tre-stylesheets": "^1.2.0", "tre-webapps": "^1.0.1", "ua-parser-js": "^0.7.19" } }