themer/cli/packages/atom-ui/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2017-10-06 21:49:53 +00:00
{
2020-04-23 13:19:42 +00:00
"name": "@themer/atom-ui",
2020-04-01 13:46:03 +00:00
"version": "1.1.2",
2017-10-06 21:49:53 +00:00
"description": "An Atom UI theme generator for themer.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2017-10-06 21:49:53 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-10-06 21:49:53 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-10-06 21:49:53 +00:00
},
"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"
],
2017-10-06 21:49:53 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-10-06 21:49:53 +00:00
},
2020-04-23 13:19:42 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/atom-ui#readme",
2018-08-21 04:04:32 +00:00
"dependencies": {},
2017-10-12 13:02:40 +00:00
"devDependencies": {
2020-04-01 13:45:04 +00:00
"less": "^3.11.1",
"lodash": "^4.17.4"
2017-10-13 12:51:30 +00:00
},
"peerDependencies": {
"themer": "^2.1||^3"
2017-10-06 21:49:53 +00:00
}
}