summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-05-24 14:41:21 -0700
committerAaron Parecki <aaron@parecki.com>2014-05-24 14:41:21 -0700
commit3f82ec2f757c62c25a31b461e0a0cddc14886117 (patch)
tree8eb85c7f356df87f2bf477a54c7ab521002492a1 /composer.json
Working app! Copied signin logic from OwnYourGram. New "post" interface for writing a simple text post. Also supports browser geolocation.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..76a91ec
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,12 @@
+{
+ "require": {
+ "slim/slim": "2.2.*",
+ "saltybeagle/savant3": "dev-master",
+ "j4mie/idiorm": "1.4.*",
+ "mf2/mf2": "0.1.*",
+ "indieweb/mention-client": "0.*",
+ "indieweb/date-formatter": "0.1.*",
+ "indieauth/client": "0.1.3",
+ "mpratt/relativetime": ">=1.0"
+ }
+}