UNPKG

653 BJSONView Raw
1{
2 "name": "lodash",
3 "version": "4.17.0",
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> (http://allyoucanleet.com/)",
12 "contributors": [
13 "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
14 "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
15 ],
16 "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
17}