Files
emacs/lisp/emacs-application-framework/app/image-viewer/package.json
2022-01-04 15:21:47 +01:00

24 lines
643 B
JSON

{
"name": "eaf-image-viewer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emacs-eaf/emacs-application-framework.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/emacs-eaf/emacs-application-framework/issues"
},
"homepage": "https://github.com/emacs-eaf/emacs-application-framework#readme",
"dependencies": {
"viewerjs": "^1.10.1"
}
}