This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name:

Foundation is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.
To get started, check out
Download the latest release Install with Bower:
Then just run
Copyright (c) 2015 ZURB, inc.
foundation-sites
.Foundation is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.
To get started, check out
Quickstart
To get going with Foundation you can:Download the latest release Install with Bower:
bower install foundation
Install with npm: npm install foundation-sites
Documentation
Foundation uses Assemble.io and Grunt to generate its documentation pages. Documentation can also be run from your local computer:View documentation locally
You'll want to clone the Foundation repo first and install all the dependencies. You can do this using the following commands:git clone git@github.com:zurb/foundation.git
cd foundation
npm install -g grunt-cli bower
npm install
bower install
bundle install
Then just run
grunt build
and the documentation will be compiled:foundation/
├── dist/
│ └── ...
├────── docs/
│ └── ...
Copyright (c) 2015 ZURB, inc.