1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "lodash",
|
3 |
|
|
"version": "4.17.15",
|
4 |
|
|
"description": "Lodash modular utilities.",
|
5 |
|
|
"keywords": "modules, stdlib, util",
|
6 |
|
|
"homepage": "https://lodash.com/",
|
7 |
|
|
"repository": "lodash/lodash",
|
8 |
|
|
"icon": "https://lodash.com/icon.svg",
|
9 |
|
|
"license": "MIT",
|
10 |
|
|
"main": "lodash.js",
|
11 |
|
|
"author": "John-David Dalton <john.david.dalton@gmail.com>",
|
12 |
|
|
"contributors": [
|
13 |
|
|
"John-David Dalton <john.david.dalton@gmail.com>",
|
14 |
|
|
"Mathias Bynens <mathias@qiwi.be>"
|
15 |
|
|
],
|
16 |
|
|
"scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
|
17 |
|
|
}
|