mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
merged in kriskowal's CommonJS branch and Dmitry Baranovskiy's optimizations
This commit is contained in:
19
package.json
19
package.json
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"!": "This is a Narwhal package descriptor.",
|
||||
"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": "."
|
||||
"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