themer/cli/packages/wallpaper-shirts/package.json

38 lines
806 B
JSON
Raw Normal View History

2018-09-25 01:42:59 +00:00
{
2020-04-25 20:36:21 +00:00
"name": "@themer/wallpaper-shirts",
2020-03-20 13:14:51 +00:00
"version": "1.1.0",
2018-09-25 01:42:59 +00:00
"description": "A wallpaper generator for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2018-09-25 01:42:59 +00:00
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
2020-04-25 20:36:21 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/wallpaper-shirts#readme",
2018-09-27 12:08:16 +00:00
"dependencies": {
"@themer/utils": "^1.2.0"
2018-09-27 12:08:16 +00:00
},
2018-09-25 01:42:59 +00:00
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"wallpaper",
"shirts"
]
}