themer/cli/packages/xresources/package.json

38 lines
771 B
JSON
Raw Normal View History

2020-05-01 12:44:51 +00:00
{
"name": "@themer/xresources",
2020-05-02 13:33:23 +00:00
"version": "1.0.2",
2020-05-01 12:44:51 +00:00
"description": "An X resources template 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/xresources#readme",
"peerDependencies": {
"themer": "^3"
},
"keywords": [
"themer",
"xresources",
"x",
"xterm"
],
"dependencies": {
"color": "^3.1.2"
}
}