UNPKG

i3-style

Version:

Make your i3wm config a little more stylish

50 lines (49 loc) 1.04 kB
{ "name": "i3-style", "author": "Tony Crisci <tony@dubstepdish.com> (http://dubstepdish.com)", "main": "./lib/index.js", "directories": [ "lib", "doc", "themes" ], "bin": { "i3-style": "./lib/cli.js" }, "preferGlobal": true, "keywords": [ "i3", "i3wm", "theme", "style", "colorscheme" ], "license": "BSD-2-Clause", "dependencies": { "color-namer": "^1.0.0", "commander": "^2.9.0", "js-yaml": "^3.4.3", "shelljs": "^0.3.0", "underscore": "^1.8.3" }, "devDependencies": { "chai": "^3.4.0", "coffee-script": "^1.10.0", "mocha": "^2.3.3", "which": "^1.2.0" }, "version": "0.10.0", "description": "Make your i3wm config a little more stylish", "scripts": { "test": "cake test", "prepublish": "cake build" }, "repository": { "type": "git", "url": "https://github.com/acrisci/i3-style.git" }, "bugs": { "url": "https://github.com/acrisci/i3-style/issues" }, "homepage": "https://github.com/acrisci/i3-style" }