merged in kriskowal's CommonJS branch and Dmitry Baranovskiy's optimizations

This commit is contained in:
Jeremy Ashkenas
2009-10-28 23:21:24 -04:00
parent 8c15ae153a
commit 4f783846de
5 changed files with 35 additions and 26 deletions

View File

@@ -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" : "."
}