mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
version 0.2.0 is out, with inject -> reduce, JS standard methodname aliases, a compose(), and a lastIndexOf()
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
// ServerJS package specification.
|
||||
{
|
||||
"name": "underscore",
|
||||
"description": "Functional programming aid for Javascript. Works well with jQuery.",
|
||||
"url": "http://documentcloud.github.com/underscore/",
|
||||
"keywords": ["util", "functional", "server", "client", "browser"],
|
||||
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
|
||||
"maintainer": "Kris Kowal <kris.kowal@cixar.com>",
|
||||
"contributors": [],
|
||||
"dependencies": [],
|
||||
"lib", "."
|
||||
}
|
||||
Reference in New Issue
Block a user