Files
2014-11-14 00:26:49 +10:00

26 lines
755 B
JSON

{
"name": "underscore.js",
"filename": "underscore-min.js",
"version": "1.7.0",
"description": "Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.",
"homepage": "http://jashkenas.github.io/underscore/",
"keywords": [
"utility",
"popular"
],
"maintainers": [
{
"name": "Jeremy Ashkenas",
"email": "jashkenas@gmail.com",
"web": "http://ashkenas.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jashkenas/underscore/"
}
],
"namespace": "_"
}