2020-05-07 11:08:24 +00:00
|
|
|
{
|
2022-08-18 03:38:52 +00:00
|
|
|
"name": "lodash-utils",
|
2022-08-18 03:48:27 +00:00
|
|
|
"version": "1.0.3",
|
2022-08-18 03:38:52 +00:00
|
|
|
"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"
|
|
|
|
}
|
2020-05-07 11:08:24 +00:00
|
|
|
}
|