-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 858 Bytes
/
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
{
"name": "csshue",
"version": "3.33.0",
"description": "CLI utility to uniformly rotate hue of colors in a css file.",
"main": "index.js",
"bin": {
"csshue": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyui-com/csshue.git"
},
"keywords": [],
"author": "fantasyui.com <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/csshue/issues"
},
"homepage": "https://github.com/fantasyui-com/csshue#readme",
"dependencies": {
"chalk": "^2.4.2",
"color": "^3.1.2",
"commander": "^2.20.3",
"getit": "^1.2.0",
"squirm": "^2.12.0"
}
}