mirror of
https://github.com/wll8/lodash-utils
synced 2024-11-14 20:06:33 +00:00
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "lodash-utils",
|
|
"version": "1.0.3",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"uglify-js": "^3.13.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wheatup/evil.js"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|