forked from altdesktop/i3-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "i3-style",
"author": "Tony Crisci <[email protected]> (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.9.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"
}