From cdb812acbc1e0c0f913654bf8e7b49da50b872e3 Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Sun, 31 Aug 2014 08:34:34 -0600 Subject: [PATCH] wip --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a3746aaf1f..ccb910de8f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,18 @@ Before our `1.0` release, breaking API changes will cause a bump to Please refer to the [upgrade guide](/UPGRADE_GUIDE.md) and [changelog](/CHANGELOG.md) when upgrading. +### App Dependencies + +We use the following dependencies from npm: + +- `when` for promises +- `flux` for a dispatcher +- `events` for event emitters. + +It is likely that your app will need dependencies like these. We +recommend you use the same modules that the router uses to decrease the +overall size of your application. + Installation ------------