themer/cli/packages/firefox-color/package.json
2020-04-25 07:30:21 -06:00

40 lines
853 B
JSON

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