themer/cli/packages/colors-one/package.json
2020-04-25 06:43:08 -06:00

34 lines
730 B
JSON

{
"name": "@themer/colors-one",
"version": "1.0.8",
"description": "A port of the popular Atom One themes.",
"main": "lib/index.js",
"engines": {
"node": ">=6.11"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/colors-one#readme",
"dependencies": {},
"keywords": [
"themer",
"colors",
"colorset",
"theme"
]
}