Files
cdnjs/ajax/libs/underscore.js/package.json
T
Chris Chamberlin 80441bb69f Update to Underscore.js 1.3.1
Also added: 1.2.3, 1.2.4, 1.3.0
2012-01-24 14:56:36 -08:00

25 lines
808 B
JSON

{
"name": "underscore.js",
"filename": "underscore-min.js",
"version": "1.3.1",
"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://documentcloud.github.com/underscore/",
"keywords": [
"utility",
"popular"
],
"maintainers": [
{
"name": "Jeremy Ashkenas",
"email": "jashkenas@gmail.com",
"web": "http://ashkenas.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/documentcloud/underscore/"
}
]
}