mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
11 lines
363 B
JSON
11 lines
363 B
JSON
{
|
|
"name" : "underscore",
|
|
"description" : "JavaScript's functional programming helper library.",
|
|
"keywords" : ["util", "functional", "server", "client", "browser"],
|
|
"repo" : "jashkenas/underscore",
|
|
"main" : "underscore.js",
|
|
"scripts" : ["underscore.js"],
|
|
"version" : "1.6.0",
|
|
"license" : "MIT"
|
|
}
|