mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
21 lines
821 B
JSON
21 lines
821 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "1.0.2",
|
|
"description": "A utility library delivering consistency, customization, performance, and extras.",
|
|
"homepage": "https://lodash.com/",
|
|
"license": "MIT",
|
|
"main": "./dist/lodash.js",
|
|
"keywords": ["browser", "client", "functional", "performance", "server", "speed", "util"],
|
|
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
|
"contributors": [
|
|
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
|
"Blaine Bublitz <blaine@iceddev.com> (http://www.iceddev.com/)",
|
|
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
|
|
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
|
],
|
|
"repository": "lodash/lodash",
|
|
"jam": {
|
|
"main": "./dist/lodash.compat.js"
|
|
}
|
|
}
|