mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
11 lines
459 B
JSON
11 lines
459 B
JSON
{
|
|
"name" : "underscore",
|
|
"description" : "JavaScript's functional programming helper library.",
|
|
"homepage" : "http://underscorejs.org",
|
|
"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.4.2"
|
|
}
|