Built motion from commit fd239ea.|0.0.31
[motion.git] / public / bower_components / lodash / README.md
1 # lodash v4.0.0
2
3 The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
4
5 Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
6 ```bash
7 $ npm run build
8 $ lodash -o ./dist/lodash.js
9 $ lodash core -o ./dist/lodash.core.js
10 ```
11
12 ## Community
13
14 [![Join the chat at https://gitter.im/lodash/lodash](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lodash/lodash)
15
16 ## Module formats
17
18 lodash is also available in a variety of other builds & module formats.
19
20  * [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) packages
21  * [lodash-amd](https://github.com/lodash/lodash/tree/4.0.0-amd)
22  * [lodash-es](https://github.com/lodash/lodash/tree/4.0.0-es)
23
24 ## Further Reading
25
26   * [API Documentation](https://lodash.com/docs)
27   * [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences)
28   * [Changelog](https://github.com/lodash/lodash/wiki/Changelog)
29   * [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap)
30   * [More Resources](https://github.com/lodash/lodash/wiki/Resources)