Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 31, 2014
1 parent 45e6309 commit cdb812a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down

0 comments on commit cdb812a

Please sign in to comment.