aboutsummaryrefslogtreecommitdiff
path: root/themer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'themer/package.json')
-rw-r--r--themer/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/themer/package.json b/themer/package.json
new file mode 100644
index 0000000..1fe6b3e
--- /dev/null
+++ b/themer/package.json
@@ -0,0 +1,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"
+ }
+}