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

17 lines
267 B
YAML

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