blob: 1fe6b3e037df2da86af337df631cb92705254a66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"scripts": {
"build": "themer -c theme.js -t themer-terminal -t themer-vim -t themer-atom-ui -t themer-atom-syntax -t themer-wallpaper-octagon -o gen"
},
"devDependencies": {
"themer": "^3.1.6",
"themer-atom-syntax": "^2.0.2",
"themer-atom-ui": "^1.0.5",
"themer-terminal": "^2.0.3",
"themer-vim": "^3.0.2",
"themer-wallpaper-octagon": "^3.0.3"
}
}
|