Files
lodash/package.json
Jeremy Ashkenas eeea70c457 Underscore 1.3.1
2012-01-23 17:56:29 -05:00

11 lines
479 B
JSON

{
"name" : "underscore",
"description" : "JavaScript's functional programming helper library.",
"homepage" : "http://documentcloud.github.com/underscore/",
"keywords" : ["util", "functional", "server", "client", "browser"],
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
"repository" : {"type": "git", "url": "git://github.com/documentcloud/underscore.git"},
"main" : "underscore.js",
"version" : "1.3.1"
}