@sammwy/milkshake
Version:
<p align="center"> <img src="https://raw.githubusercontent.com/sammwyy/milkshake/master/docs/milkshake.png" height="64px"> <h1 align="center">MilkShake</h1> <p align="center"> <b>Automatize Tasks, Compile, concatenate and minify automaticall
33 lines (32 loc) • 817 B
JSON
{
"name": "@sammwy/milkshake",
"version": "1.0.1",
"main": "./src/index.js",
"scripts": {
"test-sass": "node ./tests/sass.test",
"test-less": "node ./tests/less.test",
"test-stylus": "node ./tests/stylus.test",
"test-css": "node ./tests/css.test",
"test-js": "node ./tests/js.test",
"test-image": "node ./tests/image.test"
},
"author": "",
"license": "ISC",
"dependencies": {
"clean-css": "^4.2.3",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.1",
"less": "^3.12.2",
"node-sass": "^4.14.1",
"stylus": "^0.54.8",
"uglify-es": "^3.3.9",
"uglify-js": "^3.10.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sammwyy/milkshake.git"
},
"devDependencies": {},
"description": ""
}