aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-10-31 01:29:23 -0400
committerSean Allred <code@seanallred.com>2014-10-31 01:29:23 -0400
commit1ff9f814c338a4d8ccb73330cfa57521737bf3f1 (patch)
treed2d4ad84d08eac822d83866608229e3875588678 /Cask
parent16ee8a77119db4069078d8c6cd64f362118f7bd7 (diff)
Use Cask to manage dependencies
https://github.com/cask/cask
Diffstat (limited to 'Cask')
-rw-r--r--Cask11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..a715b2a
--- /dev/null
+++ b/Cask
@@ -0,0 +1,11 @@
+(package "stack-mode" "0" "Stack Exchange for Emacs")
+
+(source gnu)
+(source melpa-stable)
+
+(files "stack-*.el")
+
+(depends-on "json" "1.4")
+
+(development
+ (depends-on "ert"))