mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
31 lines
613 B
JSON
31 lines
613 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "0.7.0",
|
|
"description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
|
|
"homepage": "http://lodash.com",
|
|
"main": [
|
|
"./lodash.js",
|
|
"./lodash.min.js"
|
|
],
|
|
"keywords": [
|
|
"browser",
|
|
"client",
|
|
"functional",
|
|
"performance",
|
|
"server",
|
|
"speed",
|
|
"util"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://lodash.com/license"
|
|
}
|
|
],
|
|
"author": {
|
|
"name": "John-David Dalton",
|
|
"email": "john.david.dalton@gmail.com",
|
|
"web": "http://allyoucanleet.com/"
|
|
}
|
|
}
|