UNPKG

lasso-minify

Version:

Plugin for Lasso.js to transpile with Babel and minify with Uglify ES and CSSO

42 lines (41 loc) 910 B
{ "name": "lasso-minify", "description": "Plugin for Lasso.js to transpile with Babel and minify with Uglify ES and CSSO", "keywords": [ "lasso", "lasso-plugin", "js", "minify", "babel", "uglify-es", "csso" ], "repository": { "type": "git", "url": "https://github.com/ianvonholt/lasso-minify.git" }, "scripts": { "test": "node_modules/.bin/jshint *.js" }, "dependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "csso": "ianvonholt/csso", "lasso-caching-fs": "^1.0.2", "lasso-package-root": "^1.0.1", "strip-json-comments": "^2.0.1", "uglify-es": "^3.3.9" }, "devDependencies": { "mocha": "~5.2.0", "chai": "~4.1.2", "jshint": "^2.9.5" }, "license": "MIT", "bin": {}, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "main": "index.js", "version": "1.0.4" }