themer/cli/packages/atom-ui/package.json
2020-04-23 07:19:42 -06:00

58 lines
1.4 KiB
JSON

{
"name": "@themer/atom-ui",
"version": "1.1.2",
"description": "An Atom UI theme generator for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"keywords": [
"themer",
"atom",
"ui",
"theme"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js",
"/lib/templates/baseLess.js",
"/lib/templates/buttonsLess.js",
"/lib/templates/editorLess.js",
"/lib/templates/findAndReplaceLess.js",
"/lib/templates/gitLess.js",
"/lib/templates/indexLess.js",
"/lib/templates/keyBindingLess.js",
"/lib/templates/listsLess.js",
"/lib/templates/packageJson.js",
"/lib/templates/panelsLess.js",
"/lib/templates/progressLess.js",
"/lib/templates/sitesLess.js",
"/lib/templates/statusBarLess.js",
"/lib/templates/tabsLess.js",
"/lib/templates/textLess.js",
"/lib/templates/tooltipsLess.js",
"/lib/templates/treeViewLess.js",
"/lib/templates/uiVariablesLess.js"
],
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/atom-ui#readme",
"dependencies": {},
"devDependencies": {
"less": "^3.11.1",
"lodash": "^4.17.4"
},
"peerDependencies": {
"themer": "^2.1||^3"
}
}