themer/cli/packages/firefox-color/package.json

40 lines
853 B
JSON
Raw Normal View History

2020-04-21 14:47:53 +00:00
{
2020-04-25 13:30:21 +00:00
"name": "@themer/firefox-color",
2020-04-22 03:48:29 +00:00
"version": "1.0.1",
2020-04-21 14:47:53 +00:00
"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"
},
2020-04-25 13:30:21 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/firefox-color#readme",
2020-04-21 14:47:53 +00:00
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"firefox",
"firefox color",
"theme"
],
"dependencies": {
"@babel/runtime": "^7.9.2",
"color": "^3.1.2",
"json-url": "^2.6.0"
}
}