UNPKG

crx2ff

Version:

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

49 lines (48 loc) 962 B
{ "name": "crx2ff", "version": "0.6.4", "description": "Check the compatibility of a Chrome extension with the Firefox WebExtensions API.", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/abarreir/crx2ff.git" }, "preferGlobal": true, "bin": { "crx2ff": "cli.js" }, "scripts": { "test": "tap test/*.js" }, "dependencies": { "async": "^1.4.2", "chalk": "^1.1.1", "esprima": "^2.5.0", "estraverse": "^4.1.0", "fs-extra": "^0.26.2", "glob": "^5.0.14", "jszip": "^2.5.0", "minimist": "^1.2.0", "minimatch": "2 || 3", "request": "^2.67.0", "tmp": "0.0.28" }, "keywords": [ "browser", "extension", "webextensions", "support", "chrome", "firefox", "crx", "wex" ], "author": { "name": "Alexandre Barreira", "email": "abarreir@gmail.com" }, "license": "MIT", "devDependencies": { "tap": "^2.3.3" } }