Files
emacs/lisp/emacs-application-framework/package.json
2021-01-30 14:52:51 +01:00

25 lines
896 B
JSON

{
"name": "emacs-application-framework",
"version": "1.0.0",
"description": "EAF is a GUI application framework that revolutionizes Emacs graphical capabilities to ultimately *Live in Emacs*.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "(cd app/js-video-player && npm install); (cd app/markdown-previewer && npm install); (cd app/terminal && npm install); (cd app/image-viewer && npm install)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manateelazycat/emacs-application-framework.git"
},
"keywords": [
"Emacs",
"EAF"
],
"author": "ManateeLazycat",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/manateelazycat/emacs-application-framework/issues"
},
"homepage": "https://github.com/manateelazycat/emacs-application-framework#readme"
}