themer/cli/packages/wallpaper-diamonds/package.json
2020-04-25 14:24:24 -06:00

36 lines
771 B
JSON

{
"name": "@themer/wallpaper-diamonds",
"version": "1.1.0",
"description": "A wallpaper 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/wallpaper-diamonds#readme",
"dependencies": {
"@themer/utils": "^1.2.0"
},
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"wallpaper"
]
}