lodash-utils/package.json

17 lines
362 B
JSON
Raw Normal View History

2020-05-07 11:08:24 +00:00
{
"name": "evil",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-04-09 06:31:52 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js"
2020-05-07 11:08:24 +00:00
},
"keywords": [],
"author": "",
2021-04-09 06:31:52 +00:00
"license": "ISC",
"devDependencies": {
"uglify-js": "^3.13.3"
}
2020-05-07 11:08:24 +00:00
}