UNPKG

tre-finder

Version:

Organize, rename and sort objects in a tree

45 lines (44 loc) 1.08 kB
{ "name": "tre-finder", "version": "2.8.2", "description": "Organize, rename and sort objects in a tree", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/regular/tre-finder.git" }, "keywords": [ "tre", "ssb", "ssb-revisions" ], "author": "Jan Bölsche <jan@lagomorph.de> (https://regular.codes/)", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/regular/tre-finder/issues" }, "homepage": "https://github.com/regular/tre-finder#readme", "tre-init": { "plugins": { "tre-client": true, "ssb-revisions": true } }, "devDependencies": { "ssb-revisions": "^1.2.0", "tre-client": "^2.0.1", "tre-file-importer": "^3.1.0", "tre-images": "^1.0.0", "tre-fonts": "^1.1.0" }, "dependencies": { "tre-dropzone": "^1.0.0", "tre-sortable-list": "^2.1.0", "tre-split-pane": "^1.0.1", "tre-string": "^1.0.1", "tre-treeview-select": "^2.0.0" } }