mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-17 06:30:23 +00:00
13 lines
434 B
JSON
13 lines
434 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"
|
|
}
|