-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "iterm2-colors-converter",
"version": "1.0.6",
"description": "Converts the iTerm2 color schemes to JSON, Sass / Scss, Stylus and Less.",
"main": "convert.js",
"scripts": {
"clean": "rm -rf dist",
"abstract": "npm run clean && node convert",
"all": "npm run clean && node convert && node convert --functional",
"functional": "npm run clean && node convert --functional"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevin-smets/iterm2-colors-converter.git"
},
"keywords": [
"iterm2colors",
"iterm2colors",
"iterm2",
"convert",
"json",
"sass",
"scss"
],
"author": "Kevin Smets",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevin-smets/iterm2-colors-converter/issues"
},
"private": true,
"homepage": "https://github.com/kevin-smets/iterm2-colors-converter#readme",
"devDependencies": {
"del": "^2.2.0",
"fs-extra": "^0.30.0",
"iterm2-color-schemes": "github:kevin-smets/iTerm2-Color-Schemes#a736141",
"json2scss": "0.0.2",
"rgb-to-hex": "0.0.0",
"sax": "^1.1.4",
"yargs": "^6.2.0"
}
}