source: frontend/node_modules/lodash/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 583 bytes
Line 
1{
2 "name": "lodash",
3 "version": "4.18.1",
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": {
17 "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
18 }
19}
Note: See TracBrowser for help on using the repository browser.