82f2b76e25
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
18 lines
653 B
JSON
18 lines
653 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "4.17.4",
|
|
"description": "Lodash modular utilities.",
|
|
"keywords": "modules, stdlib, util",
|
|
"homepage": "https://lodash.com/",
|
|
"repository": "lodash/lodash",
|
|
"icon": "https://lodash.com/icon.svg",
|
|
"license": "MIT",
|
|
"main": "lodash.js",
|
|
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
|
"contributors": [
|
|
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
|
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
|
],
|
|
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
|
|
}
|