tre-images
Version:
tre-images ---
88 lines (87 loc) • 1.9 kB
JSON
{
"name": "tre-images",
"version": "1.14.0",
"description": "",
"main": "main.js",
"browser": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/regular/tre-images.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-images/issues"
},
"homepage": "https://github.com/regular/tre-images#readme",
"tre-init": {
"plugins": {
"tre-client": true,
"ssb-revisions": true
},
"prototypes": {
".": true
},
"importers": {
".": true
},
"files": {
"svg": {
"path": "Svg_example4.svg",
"content": {
"branch": "%images",
"root": "%root"
}
},
"beaver": {
"path": "beaver.jpg",
"content": {
"branch": "%images",
"root": "%root"
}
},
"exif-test": {
"path": "exif.jpeg",
"content": {
"branch": "%images",
"root": "%root"
}
},
"png-test": {
"path": "bmp_24.png",
"content": {
"branch": "%images",
"root": "%root"
}
}
}
},
"devDependencies": {
"ssb-revisions": "^1.0.1",
"tape": "^4.9.2",
"tre-client": "^2.1.0",
"tre-editor-shell": "^1.5.0",
"tre-finder": "^2.5.0",
"tre-property-sheet": "^1.3.1",
"tre-prototypes": "^1.6.0",
"tre-split-pane": "^1.0.1"
},
"dependencies": {
"bl": "^2.2.0",
"debug": "^4.1.1",
"jpeg-marker-stream": "^1.0.0",
"mini-svg-data-uri": "^1.0.2",
"module-styles": "^1.0.0",
"mutant": "^3.22.1",
"tre-file-importer": "^3.1.0",
"tre-image-size": "^1.0.1",
"tre-string": "^1.0.1"
}
}