You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1009 B
40 lines
1009 B
{
|
|
"name": "local-minifier",
|
|
"version": "0.1.0",
|
|
"description": "A local environment to minify CSS, JS",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amardeeprai/local-minifier"
|
|
},
|
|
"devDependencies": {
|
|
"del": "^2.0.2",
|
|
"gulp": "^4.0.0",
|
|
"gulp-minify-css": "^1.2.4",
|
|
"gulp-autoprefixer": "latest",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-csso": "^3.0.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-concat-css": "^3.1.0",
|
|
"gulp-debug": "^4.0.0",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-uglify": "^2.0.0",
|
|
"jshint": "^2.9.6",
|
|
"minimatch": "3.0.2",
|
|
"run-sequence": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "3.3.7",
|
|
"jquery": "^3.3.1",
|
|
"jquery-autocomplete": "^1.2.8",
|
|
"jquery-bar-rating": "^1.2.2",
|
|
"jquery-ui-dist": "1.12.1",
|
|
"magnific-popup": "^1.1.0"
|
|
}
|
|
}
|
|
|