platypush/platypush/plugins/http/webpage/manifest.yaml

22 lines
333 B
YAML

manifest:
events: {}
install:
apk:
- sudo
- nodejs
- npm
apt:
- sudo
- nodejs
- npm
pacman:
- sudo
- nodejs
- npm
pip:
- weasyprint
exec:
- sudo npm install -g @postlight/mercury-parser
package: platypush.plugins.http.webpage
type: plugin