forked from elastic/lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 898 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@elastic/lodash",
"version": "3.10.1-kibana4",
"description": "The modern build of lodash modular utilities.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
"main": "index.js",
"keywords": "modules, stdlib, util",
"author": "John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <[email protected]> (http://allyoucanleet.com/)",
"Benjamin Tan <[email protected]> (https://d10.github.io/)",
"Blaine Bublitz <[email protected]> (http://www.iceddev.com/)",
"Kit Cambridge <[email protected]> (http://kitcambridge.be/)",
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)"
],
"repository": "elastic/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
}