{ "name": "@themer/firefox-addon", "version": "1.0.1", "description": "A Firefox theme generator for themer.", "main": "lib/index.js", "engines": { "node": ">=8.11.4" }, "scripts": { "prepublishOnly": "cp ../../../LICENSE.md ./" }, "repository": { "type": "git", "url": "git+https://github.com/mjswensen/themer.git" }, "keywords": [ "themer", "firefox", "theme" ], "author": "mjswensen", "license": "MIT", "files": [ "/lib/index.js" ], "bugs": { "url": "https://github.com/mjswensen/themer/issues" }, "homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/firefox-addon#readme", "dependencies": { "color": "^3.1.2", "lodash": "^4.17.15" }, "devDependencies": {}, "peerDependencies": { "themer": "^2.1||^3" } }