UNPKG

crx2ff

Version:

Check the compatibility of a Chrome extension with the Firefox WebExtensions API.

9 lines (6 loc) 197 B
var fs = require('fs'); function jsonReporter (report, output) { output = output || "crx2ff.json"; fs.writeFile(output, JSON.stringify(report, null, 2)); } module.exports = jsonReporter;