mirror of
https://github.com/wishthis/wishthis.git
synced 2026-08-07 03:11:52 -04:00
Add production dependencies
This commit is contained in:
1 parent
5a0114f3e2
commit
579ccdc29f
12113 files changed
+978046
-3
No files matched your search
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "lodash",
|
||||
"version": "4.17.21",
|
||||
"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>",
|
||||
"contributors": [
|
||||
"John-David Dalton <john.david.dalton@gmail.com>",
|
||||
"Mathias Bynens <mathias@qiwi.be>"
|
||||
],
|
||||
"scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
|
||||
}
|
||||
Reference in new issue
Block a user