Files
cdnjs/ajax/libs/underscore.js/package.json
T
2014-03-28 10:49:18 +00:00

32 lines
836 B
JSON

{
"name": "underscore.js",
"npmName": "underscore",
"npmFileMap": [
{
"files": [
"*.js"
]
}
],
"filename": "underscore-min.js",
"version": "1.6.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/"
}
]
}